Skip to content

Commit

Permalink
Added update note.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwhipp committed Oct 26, 2014
1 parent 1bb3a31 commit 634aa79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ The current backend is S3 so the following settings must be set to appropriate v

AWS_STORAGE_BUCKET_NAME
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_SECRET_ACCESS_KEY

## Updating current production environments
When development is done, the production environments become out of date. Updating them is optional
and can be done using the following pip command in the relevant environment:
```
(production)abadi:~/production $ pip install -e git://github.com/cccs-web/docmeta.git#egg=docmeta
```
If necessary, use pip freeze to write back the commit that has been installed this way.

0 comments on commit 634aa79

Please sign in to comment.