Нет описания

Hugo 4c2ceef167 Descargar el audio solo cuando no existe лет назад: 3
bin 9fc61fc1ee binary added лет назад: 7
ondemand 4c2ceef167 Descargar el audio solo cuando no existe лет назад: 3
tests 72b4216a36 Fall tolereance segments are counted only if it's recovered лет назад: 6
.gitignore 4bef0b21eb Fix indentation лет назад: 5
CHANGELOG.md 5463c4aa01 Fixed moment require лет назад: 7
README.md b2f5e9cb16 Directorio de base de datos custom лет назад: 6
index.js 1a5f31ac7f Initial commit лет назад: 7
ondemand.js ee9e88e8dc removed unused code лет назад: 7
package.json b2f5e9cb16 Directorio de base de datos custom лет назад: 6
requirements.txt 7e8331c118 Desarrollo лет назад: 4
setup.py 559752aece Dependencias agregadas лет назад: 4

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