You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.
In the interest of trying to make Ghost-Vagrant the best possible way to dev for Ghost, there are a few packages that could be installed that would be great:
sqlite3, so that it's easy to edit the DB
nodemon (npm module) for watching the node app instead of just running it
It would be amazing if we could forward .gitconfig from the client machine to the vagrant machine as well (some ideas how as the first thing I do after vagrant ssh is type git st and get an error 😉
Also the following package is no longer needed:
casper.js
I also recommend having the service called ghost rather than app as that is what it's called pretty much everywhere else (DO setup, our init script, etc) and I always forget this.
The text was updated successfully, but these errors were encountered:
ErisDS
changed the title
Useful packages
Useful packages & other improvements
Dec 13, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the interest of trying to make Ghost-Vagrant the best possible way to dev for Ghost, there are a few packages that could be installed that would be great:
It would be amazing if we could forward
.gitconfig
from the client machine to the vagrant machine as well (some ideas how as the first thing I do aftervagrant ssh
is typegit st
and get an error 😉Also the following package is no longer needed:
I also recommend having the service called
ghost
rather thanapp
as that is what it's called pretty much everywhere else (DO setup, our init script, etc) and I always forget this.The text was updated successfully, but these errors were encountered: