Name Last Update
core Loading commit data...
fonts Loading commit data...
scripts Loading commit data...
translate-api Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
docker-compose.yml Loading commit data...

README.md

VLibras Translate Container

Requirements

Recommended OS: Linux Ubuntu 14.04.4 LTS 64-bit.

Dependencies: Docker, RabbitMQ, Graylog, Nodejs, MongoDB.

Note: See Installation section to install dependencies.

You need install some packages: build-essential, git, python-pip, python-setuptools.

    $ sudo apt-get update
    $ sudo apt-get install -y build-essential git python-pip python-setuptools

Sources

To get source code, use these command:

    $ git clone 'git@gitlab.lavid.ufpb.br:vlibras/vlibras-translate-container.git'

Installation and Execution

To install and run vlibras-translate-container for production, use these commands:

    $ sudo docker build . -t <container_name>
    $ sudo docker run -p 80:80 <image_id>

For the development, you need to install dependencies and run the workers manually:

    $ cd scripts
    $ ./configure
    $ cd ../core
    $ ./translator.py
    $ ./renderer.py

Contributors