File tree 1 file changed +0
-37
lines changed
1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -45,43 +45,6 @@ pull docker image using
45
45
run docker file using
46
46
<pre >$ sudo docker run -p 8000:8000 iert_site</pre >
47
47
48
- ## Running locally
49
-
50
- <ol >
51
- <li >
52
- clone repository
53
- <pre>$ git clone https://github.com/itsvinayak/IERT-Webapp.git</pre>
54
- </li >
55
- <li >
56
- make database settings and connect it to your local database
57
- <pre>$ cd ./src/iert </pre>
58
- open <b>settings.py</b> file
59
- <pre>
60
- DATABASES = {
61
- "default": {
62
- "ENGINE": "django.db.backends.mysql",
63
- "NAME": "iert",
64
- "USER": "root",
65
- "HOST": "localhost",
66
- "PASSWORD": "vinayak",
67
- "PORT": "3306",
68
- "OPTIONS": {"sql_mode": "traditional"},
69
- }
70
- }
71
- </pre >
72
- set this part according to needs.
73
- </li >
74
- <li >
75
- run migrations
76
- <pre>$ python manage.py migrate</pre>
77
- </li >
78
- <li >
79
- now, runserver
80
- <pre>$ python manage.py runserver</pre>
81
- </li >
82
- </ol >
83
-
84
- here <b >env/</b > folder contains all dependencies
85
48
86
49
## Running locally
87
50
You can’t perform that action at this time.
0 commit comments