Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Update Setup.md #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ ATC Daemon
Installation:

```shell
pip install atcd
sudo pip install atcd
```

Running `atcd` (as root):

```shell
atcd --atcd-lan eth0 --atcd-wan eth1
sudo atcd --atcd-lan eth0 --atcd-wan eth1
```

ATC Interface
Expand All @@ -55,7 +55,7 @@ ATC Interface
Install the ATC API and UI packages:

```shell
pip install django-atc-api django-atc-demo-ui django-atc-profile-storage
sudo pip install django-atc-api django-atc-demo-ui django-atc-profile-storage
```

### Django Webapp Setup
Expand Down