Tomiwa-Ot / moukthar

Android remote administration tool
https://youtu.be/ykOx19hAaD4
GNU General Public License v3.0
351 stars 95 forks source link

venv/bin/gunicorn: No such file or directory #16

Closed tehseensagar closed 2 years ago

tehseensagar commented 2 years ago

moukthar.service: Failed to execute command: No such file or directory moukthar.service: Failed at step EXEC spawning /var/www/andro/venv/bin/gunicorn: No such file or directory

I could not find venv/bin any where in server folder ?

tehseensagar commented 2 years ago

Incomplete steps for making this work with ngnix. there are such things which are missing

service file missing parameters

Environment="PATH=/var/www/Moukthar/venv/bin" ExecStart=/var/www/Moukthar/venv/bin/gunicorn init:app --worker-class eventlet -w 1 --bind 0.0.0.0:5001 --reload

missing file or directory errors

those are depended modules of python

Please correct your how to and make it a bit detail

Regards