You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still trying to start the service. Tried as plain user (default ubuntu user) and also under sudo bash. This is what happens:
(GeoHealthCheck)root@ip-172-31-20-6:/GeoHealthCheck/GeoHealthCheck# paver create
---> pavement.create
python GeoHealthCheck/models.py create
Creating database objects
Creating superuser account
Enter your username: ragnvald
Enter your password: verysecretpass
Enter your password again: verysecretpass
Enter your email: myemail@no
Enter your email again: myemail@no
(GeoHealthCheck)root@ip-172-31-20-6:/GeoHealthCheck/GeoHealthCheck# python GeoHealthCheck/models.py drop
Dropping database objects
(GeoHealthCheck)root@ip-172-31-20-6:~/GeoHealthCheck/GeoHealthCheck# python GeoHealthCheck/app.py
(aside: python GeoHealthCheck/models.py drop will empty out the database and is only shown in the readme as an example, not as a step to get things running)
In this case:
(GeoHealthCheck)root@ip-172-31-20-6:~/GeoHealthCheck/GeoHealthCheck# python GeoHealthCheck/app.py
Running on http://0.0.0.0:8000/
Restarting with reloader
Still trying to start the service. Tried as plain user (default ubuntu user) and also under sudo bash. This is what happens:
Stops the process with control-c, since it looks much like it is hanging. Trying again with the public IP for the virtual computer:
So still struggling here. Not sure what I mess up. But I do think that the install info for the user could be more elaborate.
The text was updated successfully, but these errors were encountered: