Ei kuvausta

Gamaliel Espinoza 33f06d4898 Repetitions needed 6 vuotta sitten
bin 9fc61fc1ee binary added 7 vuotta sitten
ondemand 33f06d4898 Repetitions needed 6 vuotta sitten
tests f390d72b03 restored endpoint in python 7 vuotta sitten
.gitignore 0a94c2dc96 fixes 7 vuotta sitten
CHANGELOG.md 5463c4aa01 Fixed moment require 7 vuotta sitten
README.md f9cb3e6f2c readme 7 vuotta sitten
index.js 1a5f31ac7f Initial commit 7 vuotta sitten
ondemand.js ee9e88e8dc removed unused code 7 vuotta sitten
package.json 7a59d68412 beta version bump 7 vuotta sitten
requirements.txt 3923e2def2 requirementst.txr 7 vuotta sitten
setup.py 16c997c6bd more dependencies 7 vuotta sitten

README.md

En desarrollo

Correr

python -m ondemand.service

Producción

## Instalación y primera ejecución

Desde la carpeta donde se hizo clone

sudo python setup.py install
pm2 start fourier-ondemand --interpreter python --name ondemand
pm2 save

Las demás ejecuciones

pm2 start ondemand
pm2 restart ondemand
pm2 stop ondemand
# Cualquiera de los casos