python - Trouble starting a Mezzanine/Cartridge project on an Ubuntu VPS -


i keep getting same traceback error when trying start new mezzanine project cartridge on ubuntu vps:

enter image description here

it looks mezzanine cannot find cartridge, not sure how fix it.

looks permission issue me. not have write privilege on '/projects/mezzanine/jess_site'

you can either work root user, not suggest or use '~/projects/mezzanine/jess_site' rather '/projects/mezzanine/jess_site'.

as might know, ~ refers home directory have read/write permission.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -