Hi Dale, you should try running python manage.py runserver 0:8000 if you are running it on a remote server.
On Thu, Feb 8, 2018 at 11:52 AM, Dale Lloyd <[email protected]> wrote: > I installed Arches on Ubuntu Server 16.04 by running > ubuntu_xenial_setup.sh > <https://github.com/archesproject/arches/blob/stable/4.1.x/arches/install/ubuntu_xenial_setup.sh> > and > then followed the instructions here > <https://arches4.readthedocs.io/en/stable/installation/#installation>. > > > > After running 'python manage.py runserver', I cannot connect to the > website from a remote computer. I have tried setting ALLOWED_HOSTS = ['*'] > in settings.py and I have disabled the ufw firewall. > > > > If I run 'curl http://127.0.0.1:8000' on the server, I can see that > the Django development server is running. > > > > Any advice greatly appreciated. > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
