flasklogin-tutorial icon indicating copy to clipboard operation
flasklogin-tutorial copied to clipboard

Can't run on Cpanel (OS: CentOS 7)

Open lohkaeo opened this issue 4 years ago • 1 comments

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 App 27223 output: File "/path/to/folder/passenger_wsgi.py", line 3, in

I don't know how to solve the problem, please help me.

lohkaeo avatar Jun 19 '20 07:06 lohkaeo

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.

toddbirchard avatar Aug 18 '20 00:08 toddbirchard