-
Notifications
You must be signed in to change notification settings - Fork 1
Development Environment
Inbar Barkai edited this page Dec 3, 2021
·
2 revisions
- Docker Desktop (or just docker engine)
- Clone the repository:
git clone https://github.com/Maagan-Michael/invitease.git
- Open command line from the repository folder
- Run
docker-compose up -d
- Open URL:
http://localhost:8080
- Open command line from the repository folder
- Run
docker-compose up -d --build
- Open command line from the repository folder
- Run
docker-compose down -v
- Docker Desktop (or just docker engine)
- python 3.9+
- Clone the repository:
git clone https://github.com/Maagan-Michael/invitease.git
- Open command line from the repository folder
- Run
docker-compose up -d db
- Run
pip install -r requirements.txt
- Go to src folder
- Run
python run_local.py
- Open URL:
http://localhost:8080