Skip to content

Commit ab2caaa

Browse files
authored
adding usage.md
1 parent 47481d1 commit ab2caaa

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

usage.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Installation
2+
3+
4+
#### Clone the project to your local machine
5+
```
6+
git clone https://github.com/iColdPlayer/django-blog.git
7+
8+
cd django-blog
9+
```
10+
#### Run the Virtual Environment within the `env` folder.
11+
```
12+
source env/bin/activate
13+
```
14+
15+
#### Install all the dependencies
16+
```
17+
pip install -r requirements.txt
18+
```
19+
20+
#### Run the server locally
21+
```
22+
./manage.py runserver
23+
```
24+
25+
Go to your local server `localhost:8000` and you're ready to go!.
26+
27+
Thank you!.

0 commit comments

Comments
 (0)