mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 19:34:27 -04:00
Merge pull request #1038 from alphagov/generate-version-file-in-bootstrap
Generate the version file in the bootstrap script
This commit is contained in:
@@ -76,12 +76,6 @@ export DESKPRO_API_KEY="some-key"
|
||||
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
|
||||
|
||||
@@ -25,6 +25,9 @@ if [ ! $VIRTUAL_ENV ]; then
|
||||
. ./venv/bin/activate
|
||||
fi
|
||||
|
||||
# we need the version file to exist otherwise the app will blow up
|
||||
make generate-version-file
|
||||
|
||||
# Install Python development dependencies
|
||||
pip3 install -r requirements_for_test.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user