hashimmm/iiifoo

failed to start iiifoo

Opened this issue · 2 comments

When I use the ./start_iiifoo_gunicorn.sh command to start iiifoo, I always get a failed to run command 'gunicorn': No such file or directory.

I followed the instructions in the readme with postgresql and redis.

output:
nohup: ignoring input and appending output to 'nohup.out'
nohup: failed to run command 'gunicorn': No such file or directory

OS = Ubuntu LTS 14.04

The start_iiifoo_gunicorn.sh script tries to run it using gunicorn, which is installed from the python package called gunicorn. It should probably be specified in requirements.txt

For the time being, run pip install gunicorn and then try starting iiifoo.

thanks, did the trick.