We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557775 commit 9e84e32Copy full SHA for 9e84e32
1 file changed
Installation.md
@@ -30,14 +30,14 @@ This document shows how to install autoDeploy on Ubuntu System
30
* Copy server init script to /etc/init.d
31
* Add the init script to the start defaults
32
```sh
33
-sudo update-rc.d autodeploy-server start
+# update-rc.d autodeploy-server start
34
```
35
36
# Install Web Application
37
38
* Install required Packages
39
40
-sudo pip install django==1.8 django-tables2==1.0.4 django-tables2-reports
+# pip install django==1.8 django-tables2==1.0.4 django-tables2-reports
41
42
43
* Configure your database
@@ -46,7 +46,7 @@ sudo pip install django==1.8 django-tables2==1.0.4 django-tables2-reports
46
47
* Create Database by
48
49
-python manage.py migrate
+$ python manage.py migrate
50
51
1. Start Django Sever
52
0 commit comments