Add section to installation guide

This commit is contained in:
Sirin Puenggun 2023-11-19 15:30:43 +07:00 committed by GitHub
parent af22b1f55c
commit 1d377a5a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ Here are the overview of steps to install and run this project.
3. Create virutal environment then install requirements
4. Migrate database, load fixture, and run server
---
### Install Python and PostgreSQL
#### Install python
@ -69,6 +71,10 @@ After install `postgres` and `pgadmin4` you must
Usually Host name will be `localhost` , port will be `5432`, and default postgres database user is `postgres`
---
### Setup Environment and Django
#### Clone this repository and Create virtual environment with `venv` or `virtualenv`.
1. Clone this repository