tsotsCAT - Computer Assisted Translation project
- Docker
- Docker Compose v2
- Make installed
- go to
/devstackdirectory - copy .env.example to .env
- make sure that nginx/apache2 and mysql are not running on your machine
- run
make start-dto start docker containers in detached mode and migrate the database - access the application at
http://tsots-cat.local
For the first-time installation, the index must be created. To do that, inside the app container run php bin/console fos:elastica:create.
To fill the index, inside the app container run php bin/console fos:elastica:populate.
The index will be updated automatically on every create/update/delete operation on segments table.
Currently, the system supports only txt files. To add a document, go to http://tsots-cat.local/projects/create and upload a txt file.