mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-04-20 05:56:52 +00:00
run docs
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m11s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m11s
This commit is contained in:
parent
5db5da4c04
commit
7083d67c9a
10
README.md
10
README.md
@ -1,2 +1,12 @@
|
|||||||
# sarlink-portal-api
|
# sarlink-portal-api
|
||||||
API for SARLink portal in Django Rest Framework.
|
API for SARLink portal in Django Rest Framework.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
1. clone the repo `git clone git@github.com:i701/sarlink-portal-api.git`
|
||||||
|
2. Create virtual enviroment `virtualenv venv` and activate it `source venv/bin/activate`
|
||||||
|
3. Install requirements `pip install -r requirements.txt`
|
||||||
|
4. Copy .env.example to .env and fill in the configs `cp .env.example .env`
|
||||||
|
5. generate static `python manage.py collectstatic`
|
||||||
|
6. Run Migrations `python manage.py migrate`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user