This is the Vireo 4 version of Thesis Central, the Princeton Electronic Thesis and Dissertations submission service. The original TDL readme for this project is available at TDL_README.md
This application is deployed via ansible, so that it can be recompiled and deployed by staff members who do not have a local java development environment. The command to deploy the latest code to the staging environment is:
ansible-playbook playbooks/vireo_staging.yml
- Make your changes to a branch and push it to github
- In
princeton_ansible
editgroup_vars/vireo/staging.yml
- Set the variable
github_branch
:github_branch: 'shibboleth_auth'
- Run the playboook