Name Last Update
core 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...

README.md

VLibras Translate Container

Requirements

Recommended OS: Linux Ubuntu 14.04.4 LTS 64-bit.

Dependencies: Docker, RabbitMQ, Graylog, Nodejs.

Note: See Installation section to install dependencies.

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

    $ sudo apt-get update
    $ sudo apt-get install -y build-essential git npm 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

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

    $ docker build

If you need to install for development, use these commands:

    $ cd scripts
    $ ./configure

Execution instructions

Execute the translator worker in the core folder:

    $ cd core
    $ python translator.py

You can also run the worker through the process manager:

    $ cd core
    $ python processManager.py

Note: If an error occurs, the process manager re-executes the worker

Contributors