Hi
I would like to make an unattended installation of Stash 1.2.2 via scripts, so Stash is up and running with the rights settings when starting.
How can I modify the Administration settings in Stash like BaseURL, Database settings. Ldap repository etc. without typing them manually.
Can I modify property file(s) or is there another way ?
It is possible to script some of those operations but not all of them.
The database configurations can be set via a properties by following the old documentation. https://confluence.atlassian.com/display/STASH011/Connecting+Stash+to+an+external+database. Stash 1.2+ have an in-app database migrator but you can still set up using the old way.
In terms of the BaseURL this cannot be set programmatically short of modifying the database directly
Im not sure able setting up LDAP
hi Jason
If I use the stash-config.properties approach to connect to a database before start. I can change BaseURL, LDAP connection etc, via SQL scripts. As far as I can see these values are in the external database e.g. BaseURL is in APP_PROPERTY table, instance.url prop_key.
Don't you think that will work ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would be able to set the base url up via the method described. Within setup you are also required to create an admin user and set your license. Neither of these cannot be scripted currently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.