Updating Static Content - galaxyproject/usegalaxy-playbook GitHub Wiki
Static content (e.g. the welcome page and associated assets) are shared between Test and Main, and can be found in the playbook at:
- env/common/files/galaxy/static for copied files
- env/common/templates/galaxy/static for templated files (e.g. welcome.html).
Make sure you meet the Ansible requirements.
Distribution to Test
$ ansible-playbook -i env/test/inventory.static env/test/static.yml
Distribution to Main
$ ansible-playbook -i env/main/inventory.static env/main/static.yml