-
Notifications
You must be signed in to change notification settings - Fork 5
Prerequisites
Harmen Janssen edited this page Aug 22, 2016
·
1 revision
For the time being we have servers to support with PHP 5.3
.
Garp's main contributors run PHP 7, so that's known to work as well.
Add an entry to your ~/.bash_profile (and reload).
export APPLICATION_ENV=development
Install preferably through RVM.
Make sure these are in your path:
./node_modules/.bin
./vendor/bin
Every site should be self-contained.
Dependencies should be defined in the site's package.json
.
Install with npm i
.
Make sure you’re running Node v4 or later.
$ gem install semver
Git flow is used when releasing new versions.
$ brew install git-flow
Deploying requires another set of prerequisites.