Aucune description

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

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