Actions
Bug #6939
closed[Deployment] Package the SSO server
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
1.0
Description
Functional requirements:
- Create SSO server packages for all of our supported distributions. Its structure should mirror the API server package:
- It installs the source in
/var/www/arvados-sso
. From there you use Bundler to get gem dependencies. - It includes
/usr/local/bin/arvados-sso-server-upgrade.sh
, which handles all the usual post-deployment steps (Bundler install, install configuration from/etc/arvados/sso
, database migration). Follow the API server's script as an example.
- It installs the source in
- Document this package-based installation procedure in the install guide.
Actions