-
Notifications
You must be signed in to change notification settings - Fork 316
Environment Installation
Philipp Heuer edited this page Feb 2, 2017
·
1 revision
You need the install the following tools if you want to work with this repository.
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
Downloads:
This provides the heroku CLI tool for creating and managing your Heroku apps. Therefore you have to install the Heroku Toolbelt and configure it for your account.
Downloads:
Now you need to configure Heroku CLI with your credentials.
$ heroku login
Enter your Heroku credentials.
Email: [email protected]
Password (typing will be hidden):
Authentication successful.