Hello everyone;
After I entered "python3 manage.py runserver" it shows this BUT site (rotensefire.com) showing "site can't be reached" after this successful Message....please help is needed urgently.
How to fix this?
Hello everyone;
After I entered "python3 manage.py runserver" it shows this BUT site (rotensefire.com) showing "site can't be reached" after this successful Message....please help is needed urgently.
How to fix this?
Hey,
I am sorry, but using manage.py runserver
on digital ocean is not corret way to deploy Misago to digital ocean VPS. That server is only for developers to be able to run Misago on their computers without having to set up HTTP server - it is not safe or secure when site is accessed by multiple users.
Here is tutorial how to correctly run python/Django applications on Digital Ocean.
In future we will provide proper docker setup that will enable folk to get Misago up and running on DigitalOcean VPS quickly, but we didn't get to it yet, sorry!
Okay but that somehow complex, Please recommend me the best vps hosting to host Misago Easily
There is none. DigitalOcean is good to host Misago (this forum is hosted on it), but currently you need to install Nginx and UWSGI yourself to run Misago site.
Okay, I will. Can I follow this tutorial also simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html ?
I think this should help me deploy successfully on Digital Ocean right?
Above tutorial is also looking okay. If its easier for you to follow, go for it ;)