diff --git a/README.md b/README.md index 375e7208e..8dec06960 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GOV.UK Notify admin application. ## First-time setup Languages needed -- Python 3 +- Python 3.4 - [Node](http://nodejs.org/) 5.0.0 or greater ```shell brew install node @@ -34,18 +34,15 @@ version of Node. npm rebuild node-sass ``` -The app runs within a virtual environment. To [install virtualenv](https://virtualenv.readthedocs.org/en/latest/installation.html), run -```shell - [sudo] pip install virtualenv -``` - -Make a virtual environment for this app: +The app runs within a virtual environment. We use mkvirtualenv for easier working with venvs ```shell + pip install virtualenvwrapper mkvirtualenv -p /usr/local/bin/python3 notifications-admin ``` Install dependencies and build the frontend assets: ```shell + workon notifications-admin ./scripts/bootstrap.sh ``` @@ -74,6 +71,10 @@ export DESKPRO_ASSIGNED_AGENT_TEAM_ID="" "> environment.sh ``` +## 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 + ## Running the application diff --git a/app/templates/views/register-from-invite.html b/app/templates/views/register-from-invite.html index 38b277c31..014b03eda 100644 --- a/app/templates/views/register-from-invite.html +++ b/app/templates/views/register-from-invite.html @@ -14,7 +14,7 @@ Create an account – GOV.UK Notify
Your account will be created with this email: {{email_address}}
diff --git a/app/templates/views/registration-continue.html b/app/templates/views/registration-continue.html index 6a8c472cb..ab3e54275 100644 --- a/app/templates/views/registration-continue.html +++ b/app/templates/views/registration-continue.html @@ -6,7 +6,7 @@ {% block maincolumn_content %} -We’ve sent an email to {{ session['user_details']['email'] }}.
Click the link in the email to continue your registration.
diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html index cb725f1fb..f25a9baa5 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -30,7 +30,7 @@ {{ textbox( form.usage, - label='Estimate how many emails and/or text messages you’ll send each month', + label='Estimate how many emails and text messages you’ll send each month', hint='If your estimate is likely to change, tell us how ', width='1-1', rows=5 @@ -57,7 +57,7 @@ - {{ page_footer('Request to go live') }} + {{ page_footer('Request to go live') }} diff --git a/app/templates/views/two-factor.html b/app/templates/views/two-factor.html index 2459ae8dc..6be75c039 100644 --- a/app/templates/views/two-factor.html +++ b/app/templates/views/two-factor.html @@ -13,7 +13,7 @@We’ve sent you a text message with a verification code.
+We’ve sent you a text message with a security code.