Update README to include additional installation instructions

This commit is contained in:
Imdad Ahad
2016-09-06 10:22:20 +01:00
parent fb2db09184
commit afdf9b7e59

View File

@@ -18,6 +18,11 @@ GOV.UK Notify admin application.
## First-time setup
Brew is a package manager for OSX. The following command installs brew:
```shell
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
Languages needed
- Python 3.4
- [Node](http://nodejs.org/) 5.0.0 or greater
@@ -71,11 +76,17 @@ export DESKPRO_ASSIGNED_AGENT_TEAM_ID=""
"> environment.sh
```
## AWS credentials
## AWS credentials
Your aws credentials should be stored in a folder located at `~/.aws`. Follow [Amazon's instructions](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-config-files) for storing them correctly
## Generate the application version file
```shell
make generate-version-file
```
## Running the application
```shell