0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core
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
..
client Merge pull request #4066 from halfdan/3939-psm3-meta 2014-09-21 17:53:12 +01:00
server Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
shared GhostGFM honours escaped tildes 2014-09-19 09:16:33 +01:00
test Naming cleanup 2014-09-20 21:09:16 +02:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00