atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

Step to create data-dir missing from install-docs (or not auto-created) #21

Closed rowanthorpe closed 10 years ago

rowanthorpe commented 10 years ago

If I follow the install-info to the letter, it fails due to non-existent/non-readable data-dir. I needed to manually do the following for it to start working:

mkdir /var/www/dnote/dnote/data
chown www-data:www-data /var/www/dnote/dnote/data
service apache2 restart

Whether this needs to be added as a manual step in the install docs or if the app should auto-create a missing dir is a design-choice...

atoponce commented 10 years ago

Done.