Skip to content

Commit

Permalink
Update deploy-to-ubuntu.md (trailofbits#1019)
Browse files Browse the repository at this point in the history
* Update deploy-to-ubuntu.md

rewrite of trailofbits#813

* Update deploy-to-ubuntu.md
  • Loading branch information
TC1977 authored and Yuhui Huang committed Oct 23, 2018
1 parent df468b3 commit c40f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy-to-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ python -m virtualenv env && source env/bin/activate && python -m pip install -U
./algo
```

**Warning**: If you run Algo on your existing server, the iptables rules will be overwritten. If you don't want to overwrite the rules, you must deploy via `ansible-playbook` and skip the `iptables` tag as described in [deploy-from-ansible.md](deploy-from-ansible.md).
**Warning**: Algo is intended to be run on a standalone server. If you run Algo on your existing server, the iptables rules will be overwritten. If you don't want to overwrite the rules, you must deploy via `ansible-playbook` and skip the `iptables` tag as described in [deploy-from-ansible.md](deploy-from-ansible.md). Other changes are also made, which can break other services running on your server (web, mail, etc.).

0 comments on commit c40f77e

Please sign in to comment.