Skip to content

Commit 9e84e32

Browse files
committed
Update Installation.md
1 parent e557775 commit 9e84e32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ This document shows how to install autoDeploy on Ubuntu System
3030
* Copy server init script to /etc/init.d
3131
* Add the init script to the start defaults
3232
```sh
33-
sudo update-rc.d autodeploy-server start
33+
# update-rc.d autodeploy-server start
3434
```
3535

3636
# Install Web Application
3737

3838
* Install required Packages
3939
```sh
40-
sudo pip install django==1.8 django-tables2==1.0.4 django-tables2-reports
40+
# pip install django==1.8 django-tables2==1.0.4 django-tables2-reports
4141
```
4242

4343
* Configure your database
@@ -46,7 +46,7 @@ sudo pip install django==1.8 django-tables2==1.0.4 django-tables2-reports
4646

4747
* Create Database by
4848
```sh
49-
python manage.py migrate
49+
$ python manage.py migrate
5050
```
5151
1. Start Django Sever
5252
```sh

0 commit comments

Comments
 (0)