Skip to content

Commit

Permalink
add note to install fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Dec 6, 2023
1 parent a1de428 commit d963dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/systems-administration/common-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Common System Administration Tasks

## Deploying Code

To deploy code you must first connect to the VPN. Then run:
Deploying code requires installing fabric3 (`pip install -r requrements/deploy/dev-requirements.txt`).

Then, to deploy you must first connect to the VPN. Then run:

```
fab malawi deploy
Expand Down

0 comments on commit d963dcd

Please sign in to comment.