Skip to content

Commit

Permalink
Merge pull request #1064 from DFE-Digital/improve-development-docs
Browse files Browse the repository at this point in the history
Improve development documentation
  • Loading branch information
jacksonj04 authored Jun 16, 2020
2 parents 0350f5e + 0ed9019 commit 0cc1693
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ Architecture decision records can be found in the
“When using this certificate:” dropdown to `Always Trust` in the Trust
section.
2. Run `bundle install` and `yarn install` to install the dependencies
3. Run `bundle exec rails db:setup` to set up the database development
4. Run `bundle exec foreman start` to launch the app on https://localhost:3000/
5. Visit one of the following urls in your browser to access the relevant
3. Fetch the `DFE_SIGN_IN_API_SECRET` development secret from the
[Azure key vault](docs/secrets.md) and store it in `.env` at the root of the
repository.
4. Run `bundle exec rails db:setup` to set up the database development
5. Run `bundle exec foreman start` to launch the app on https://localhost:3000/
6. Visit one of the following urls in your browser to access the relevant
policy:

- **Student Loans:** https://localhost:3000/student-loans/claim
Expand Down
3 changes: 2 additions & 1 deletion docs/developer-onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Then, follow these steps to complete your onboarding:
1. Log in to your DfE email.
2. If Google asks you to set up two-factor authentication, see
[this advice](#how-to-set-up-two-factor-auth-for-your-digitaleducationgovuk-google-account).
3. Follow the link in the Azure invitation email and create an account.
3. Follow the link in the Azure invitation email and create an account. Your
password should be no longer than 16 characters.
4. Click on
[this link](https://portal.azure.com/?Microsoft_Azure_PIMCommon=true#blade/Microsoft_AAD_IAM/GroupDetailsMenuBlade/Owners/groupId/6642920a-1aab-49bb-9a20-365131195349)
– we’ll use this to confirm you’re using the correct directory in Azure.
Expand Down

0 comments on commit 0cc1693

Please sign in to comment.