From 362ade7ac349fb3a7c10064576c683fdc15a7181 Mon Sep 17 00:00:00 2001 From: Wesnydy Ribeiro Date: Thu, 26 Jan 2017 12:17:48 -0300 Subject: [PATCH] Aditional informations on installation section - README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d9e89c..da45867 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To get source code, use these command: ## Installation -To install vlibras-video-container for production, use these commands: +To install vlibras-translate-container for production, use these commands: ```sh $ docker build @@ -42,7 +42,21 @@ If you need to install for development, use these commands: ## Execution instructions -Execute each worker in the core folder +Execute the translator worker in the core folder: + +```sh + $ cd core + $ python translator.py +``` + +You can also run the worker through the process manager: + +```sh + $ cd core + $ python processManager.py +``` + +>Note: If an error occurs, the process manager re-executes the worker ## Contributors -- libgit2 0.21.2