Commit 362ade7ac349fb3a7c10064576c683fdc15a7181

Authored by Wesnydy Ribeiro
1 parent 35ebdf09

Aditional informations on installation section - README.md

Showing 1 changed file with 16 additions and 2 deletions   Show diff stats
README.md
... ... @@ -27,7 +27,7 @@ To get source code, use these command:
27 27  
28 28 ## Installation
29 29  
30   -To install vlibras-video-container for production, use these commands:
  30 +To install vlibras-translate-container for production, use these commands:
31 31  
32 32 ```sh
33 33 $ docker build
... ... @@ -42,7 +42,21 @@ If you need to install for development, use these commands:
42 42  
43 43 ## Execution instructions
44 44  
45   -Execute each worker in the core folder
  45 +Execute the translator worker in the core folder:
  46 +
  47 +```sh
  48 + $ cd core
  49 + $ python translator.py
  50 +```
  51 +
  52 +You can also run the worker through the process manager:
  53 +
  54 +```sh
  55 + $ cd core
  56 + $ python processManager.py
  57 +```
  58 +
  59 +>Note: If an error occurs, the process manager re-executes the worker
46 60  
47 61 ## Contributors
48 62  
... ...