mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-19 15:34:04 +01:00
Add section to installation guide
This commit is contained in:
parent
af22b1f55c
commit
1d377a5a1b
@ -20,6 +20,8 @@ Here are the overview of steps to install and run this project.
|
|||||||
3. Create virutal environment then install requirements
|
3. Create virutal environment then install requirements
|
||||||
4. Migrate database, load fixture, and run server
|
4. Migrate database, load fixture, and run server
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Install Python and PostgreSQL
|
### Install Python and PostgreSQL
|
||||||
|
|
||||||
#### Install python
|
#### 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`
|
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`.
|
#### Clone this repository and Create virtual environment with `venv` or `virtualenv`.
|
||||||
|
|
||||||
1. Clone this repository
|
1. Clone this repository
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user