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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -