Ghost/core/server
Jason Williams 410dc39f3e Add checks for packages and contentPath to startup
Refs #3864
- Make sure that require() is able to resolve all dependencies
  listed in package.json.  If packages are missing halt the
  bootstrap process and display an error and help message for user.
- Check that contentPath and its subdirectories exist with the correct
  permissions.
- Check sqlite3 database file is set for read/write access.
2014-09-22 21:27:34 +00:00
..
api
apps
config
controllers
data
email-templates Change HTML email link to hide token 2014-09-20 11:08:27 +00:00
errors Naming cleanup 2014-09-20 21:09:16 +02:00
helpers
middleware Naming cleanup 2014-09-20 21:09:16 +02:00
models Naming cleanup 2014-09-20 21:09:16 +02:00
permissions Naming cleanup 2014-09-20 21:09:16 +02:00
routes
storage Naming cleanup 2014-09-20 21:09:16 +02:00
utils Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
views
filters.js
ghost-server.js Naming cleanup 2014-09-20 21:09:16 +02:00
index.js Naming cleanup 2014-09-20 21:09:16 +02:00
mail.js
require-tree.js
update-check.js
xmlrpc.js