Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora0000 committed Jun 22, 2015
1 parent e933138 commit 2a40d4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Free, open-source forum software powered by Angular and Django.
- Avatars powered by Gravatar
- Topic locking/unlocking
- Administration Panel (via Django)
- Notifications, Reports and Private Messages

## Installing
For either option below, if you don't have `git`, instead of `git clone`, download the .tar.gz from below, extract and navigate into that folder with your shell, then continue after the `cd descant` line.
Expand All @@ -23,15 +24,15 @@ For either option below, if you don't have `git`, instead of `git clone`, downlo
### Debian, Ubuntu or other apt-based distributions

sudo apt-get install python3 python3-pip git
git clone -b v0.1.0 --depth=1 https://github.com/Aurora0000/descant.git
git clone -b v0.2.0 --depth=1 https://github.com/Aurora0000/descant.git
cd descant
sudo pip3 install -r requirements.txt
sudo python3 manage.py migrate
sudo python3 manage.py runserver

### Via Docker/Vagrant

git clone -b v0.1.0 --depth=1 https://github.com/Aurora0000/descant.git
git clone -b v0.2.0 --depth=1 https://github.com/Aurora0000/descant.git
cd descant
vagrant up

Expand Down

0 comments on commit 2a40d4f

Please sign in to comment.