renalreg/radar

View on GitHub
docs/staging.md

Summary

Maintainability
Test Coverage
# Staging

These instructions show you how to update a staging server with the latest version of the code and populate its database with test data.

Build the code (see the "Build" section of the [README](../README.md)).

Deploy the code (see the "Deploy" section of the [README](../README.md)):

```sh
fab -H nww.staging.radar.nhs.uk -u root deploy
```

Create the test data:

```sh
fab -H nww.staging.radar.nhs.uk -u root staging
```