Hi Jens, glad this worked. I'll update the documentation as soon as I can.

For what it's worth, I in the past I've done a little reading around the
"correct" location for something like arches in production, and it looks
like it's pretty open-ended. Here's a SE discussion
https://unix.stackexchange.com/questions/224688/best-practice-for-django-app-deploy-location,
and here's a very detailed description of the unix directory layout,
https://askubuntu.com/questions/138547/how-to-understand-the-ubuntu-file-system-layout/138551#138551.
It's really up to you, but some of those resources point toward /opt as
being a good place to put something like a django app.

Also, I just came across this command

man 7 hier

which gives some documentation about the file system.

Good luck!

On Fri, Apr 20, 2018 at 2:54 PM, Jens Neuberger <[email protected]>
wrote:

> Heureka!
>
> That made the difference.
> Thank you Adam for getting back to me so quickly.
>
> I can confirm the change to the WSGIDaemonProcess
> the correct python-path is:
> WSGIDaemonProcess wessex python-path=/home/ubuntu/Projects/wessex
> :/home/ubuntu/Projects/ENV/lib/python2.7/site-packages
>
> Thank you very much!
> Having sorted that my next task will be an attempt to install the entire
> app in the *correct *location under /var/www/
> I am not the biggest friend of running websites from a /home directory.
>
> I'll let you know how that pans out next week in a separate topic.
>
> Jens
>
> --
> -- 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.

Reply via email to