Skip to content
Snippets Groups Projects
Commit 16a319ba authored by Gallenkamp, Fabian's avatar Gallenkamp, Fabian
Browse files

First draft of readme.

parent ac249ba8
No related branches found
No related tags found
No related merge requests found
# ansible script to setup otree instances
## preparation
### place ssl/tls certificates and key-file (unfortunately not scriptable)
### install ansible and clone this project
``sudo apt install ansible git``
``git clone https://gitlab.rrz.uni-hamburg.de/bax1489/otree-ansible.git``
### configure playbook
Adapt your ``group_vars/otree_servers.yml`` from the provided example accordingly:
### (optional) upload otree project
If no git-repository with your otree project is provided, you can place a copy in ``files/<otree_username>/``.
And now run the playbook.
## change the configuration
Adapt ``group_vars/otree_servers.yml`` and run the playbook again
## run the playbook
Run ``ansible-playbook site.yml``.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment