Closed NickRance closed 6 years ago
Hi Nick! Thanks for your patience in spinning up the application. We'll get you going.
As a first step, you should be able to get to the application directly, bypassing the nginx server by going to localhost:8000
. However, the nginx proxy will still be necessary for serving media.
I've pushed a change to locate the nginx conf to a better location - give this another try and feel free to re-open if it doesn't work.
Thanks!
Hi @gthole,
No problem, I'm really looking for a good . localhost now redirects me the Gedgo site and I'm able to login but where can I see how to visualize the gedcom file I uploaded. I also get the below error when I click on the research tab.
The test gedcom file I uploaded is detected in the Admin > Gedgo > Gedcoms Dashboard, so the system has knowledge of it.
Thanks again, Nick
Request Method: | GET
-- | --
http://localhost/gedgo/research/
1.9.2
OSError
[Errno 2] No such file or directory: '/app/files/gedcom'
/usr/local/lib/python2.7/site-packages/django/core/files/storage.py in listdir, line 299
/usr/local/bin/python
2.7.15
['/app', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-linux2', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/app']
Thu, 2 Aug 2018 00:43:19 -0400
Thanks for all the help thus far! All the tests pass but I still can't access the localhost portal. The webserver seems to be catching my HTTP Request (as seen in the logs below) but doesn't return an application. Instead, it returns the screenshot below.
Localhost Screenshot
Thanks, Nick