https://github.com/Tatoeba/tatoeba2
Tatoeba is a platform whose purpose is to create a collaborative and open dataset of sentences and their translations.
https://github.com/Tatoeba/tatoeba2
languages linguistics
Last synced: 15 days ago
JSON representation
Tatoeba is a platform whose purpose is to create a collaborative and open dataset of sentences and their translations.
- Host: GitHub
- URL: https://github.com/Tatoeba/tatoeba2
- Owner: Tatoeba
- License: agpl-3.0
- Created: 2014-02-17T11:25:16.000Z (about 11 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-08T03:04:15.000Z (about 1 year ago)
- Last Synced: 2024-04-08T04:23:01.360Z (about 1 year ago)
- Topics: languages, linguistics
- Language: PHP
- Homepage: https://tatoeba.org
- Size: 182 MB
- Stars: 661
- Watchers: 44
- Forks: 130
- Open Issues: 458
-
Metadata Files:
- Readme: README.local.md
- Contributing: .github/contributing.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hackchinese - Tatoeba
README
# Install Tatoeba on a local machine
## Intruduction
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
* sudoNote that Debian Stretch only packages Ansible 2.2 whereas we need 2.4. You can follow [these instructions](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-apt-debian) to get Ansible 2.4 on your Debian Stretch machine.
## Usage Instructions
- Move to the ansible directory
```sh
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
```sh
ansible-playbook ./local.yml
```