flasklogin-tutorial
flasklogin-tutorial copied to clipboard
Can't run on Cpanel (OS: CentOS 7)
Hello, I try to install and running flasklogin-tutorial on Cpanel (OS: CentOS 7). I can install but I can't running. I found the message from error log, please see below
Could not spawn process for application /path/to/folder: The application process exited prematurely.
App 27223 output: File "/path/to/folder/flask_login_tutorial/assets.py
App 27223 output: File "/path/to/folder/flask_login_tutorial/init.py", line 23, in create_app
App 27223 output: File "/path/to/folder/wsgi.py", line 4, in
I don't know how to solve the problem, please help me.
Hey, you're supposed to replace /path/to/folder/
with the actual path to your folder 😜. If you're not sure what path you've cloned this repo to, type pwd
in your console to find your current path.