Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
7 subscribers
Views
3428 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
We are trying to setup Appian application deployments through our release manage
neilh282
over 10 years ago
We are trying to setup Appian application deployments through our release management tool so that our Appian app change management process is the same as for our custom apps. To do this we would need to be able to script the deployment process. I believe Appian apps can simply be exported/imported through zip files. Is there an API or some way to script this process rather than doing it through the Appian admin web interface?...
OriginalPostID-126462
OriginalPostID-126462
Discussion posts and replies are publicly visible
0
neilh282
over 10 years ago
Outside response: Eduardo Fuentes There's a script to import application under <APPIAN_HOME>\\_admin\\_scripts called import.bat|sh but it's a beta version which means is not documented but you can check its own documentation by running
import.bat|sh -help
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Derek
over 10 years ago
I'm curious as to how people are managing versions of their Appian applications and the different components that make it up. Are you committing the Appian application zip file as a whole to the release management tool? Thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
moritzw
over 10 years ago
Very good question. There was a good article in the old product documentation page:
forum.appian.com/.../Change_and_Configuration_Management
We are currently using the method described there. So basically deploying everything in v1.0 of an application and only deploying the delta afterwards. Unless changes are getting to big in that case we would deploy the whole thing again.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
moritzw
over 10 years ago
errata: article is also in the current documentation / STAR methodology:
forum.appian.com/.../Change_and_Configuration_Management.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Derek
over 10 years ago
Thanks for the response. So what environment or version control system is the source of records (versions)? Is it the shared development environment, a stage environment? Im familiar with traditional version control and our Management and CM team want to version the Appian applications. I need to more concise answer for them. The documentation does a good job at describing the process but I seem to be missing the point of where version management is done. Thanks.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
moritzw
over 10 years ago
Version Management within the development environment can be done with the functionality you have in Appian anyways.
When we deploy our applications to a higher environment we submit only the delta packages to the version control system. So we submit initially packages like App1_v1.zip; then App1_v1HF1.zip etc.
This is definetely not an ideal way of handling this, but we haven't come up with a better idea of how to handle this yet. The main problem is definitely that the version control system doesn't know anymore to which initial version the hotfix belongs as the name is different.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Nicholas Wurster
over 9 years ago
Have noticed that the Change Management docs have changed a little over the versions (7.7 to 7.11) and if fact shows much less info in the newer version specifically around the "Subsequent Application Migrations" section. In 7.7 it talked about full vs patch and 7.11 only talks patch. Is Appian recommending going forward that is always use the patch approach?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel