Cyrus, Thank you so much for responding so quickly -- it was indeed as simple as that.
I have since downgraded my networkx components to 1.11 to restore the nodes_iter() method ($ pip install networkx==1.11) and installed postgis scripts for 9.5 ($ sudo apt-get install postgresql-9.5-postgis-scripts) and now have a working dev server. I think I'll leave Apache integration for another day ;-) Many thanks again for your help - amazing! Duncan On Friday, 22 September 2017 14:01:41 UTC+1, Cyrus Hiatt wrote: > > Hi Duncan - > > Just a guess, but you may need to uncomment your DATABASES setting in > settings_local.py and change your password there. > > Hope that helps, > > Cyrus > > On Fri, Sep 22, 2017 at 5:39 AM, Duncan Reddish <[email protected] > <javascript:>> wrote: > >> Newbie question! >> >> I have hit a brick wall installing Arches 4.0 on Ubuntu 16.04. >> After running the Ubuntu dependencies script available on Github and >> following the online documentation from the Arches site, I am stuck >> creating the database for the sample 'my_project'. >> >> Running 'python manage.py packages -o setup_db' prompts for 'Password for >> user postgres:'. >> >> I have changed both the Unix and PSQL passwords for user 'postgres' to a >> known phrase, but after authenticating, the script fails with, 'FATAL: >> password authentication failed for user "postgres"'. >> >> I am not experienced with Postgres, so hoping this is a simple one >> someone can point me in the right direction with. >> >> Thanks! >> >> Duncan >> >> -- >> -- To post, send email to [email protected] <javascript:>. To >> unsubscribe, send email to [email protected] <javascript:>. >> 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] <javascript:>. >> 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.
