mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Update README to include additional installation instructions
This commit is contained in:
13
README.md
13
README.md
@@ -18,6 +18,11 @@ GOV.UK Notify admin application.
|
|||||||
|
|
||||||
## First-time setup
|
## 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
|
Languages needed
|
||||||
- Python 3.4
|
- Python 3.4
|
||||||
- [Node](http://nodejs.org/) 5.0.0 or greater
|
- [Node](http://nodejs.org/) 5.0.0 or greater
|
||||||
@@ -71,11 +76,17 @@ export DESKPRO_ASSIGNED_AGENT_TEAM_ID=""
|
|||||||
"> environment.sh
|
"> 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
|
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
|
## Running the application
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user