This setup is for using Tatoeba on a dedicated machine. Please be aware that this will install many things all over the place and may mess up with existing applications like nginx, mysql etc.
The steps are roughly the same as in README.dev.md
, except the additional requirements are:
- Debian Stretch
- sudo
Note that Debian Stretch only packages Ansible 2.2 whereas we need 2.4. You can follow these instructions to get Ansible 2.4 on your Debian Stretch machine.
- Move to the ansible directory
cd ansible
- Edit the file
host_vars/default
to set some variables according to your needs, such as:
code_dir: /home/johndoe/tatoeba/
git_rep: https://github.com/myfork/tatoeba2
- Install everything
ansible-playbook ./local.yml