UNMAINTENED

This commit is contained in:
2017-12-04 14:54:24 +01:00
parent 3bd074f9d1
commit 88ac35c10b
40 changed files with 939 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exit 0

View File

@ -0,0 +1,5 @@
#!/bin/sh
cd /ghost
NODE_ENV=development node_modules/.bin/knex-migrator init
NODE_ENV=development node_modules/.bin/knex-migrator migrate
exec npm start