Ghost/core/server/utils
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
..
downzero.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
index.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
pipeline.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
sequence.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
startup-check.js Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00