Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 457 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 457 Bytes

Installation

Install all dependencies by pip:

pip install -r requirements.txt

or install all dependencies by pipenv:

pipenv install

# and then activate virtual environment
pipenv shell

Running

  1. Run below line to run all containers:
docker-compose up
  1. Run below line to create all tables in db:
docker exec -it cloud_pgsql_dev psql -U cloud_user -d cloud_db -f misc/createdb.sql