Skip to content

lugnitdgp/sc

Repository files navigation

logo

SCREENCAST Backend

Build Status PyPI - Django Version GitHub code size in bytes Website License: GPL v3

Build Setup

#clone the directory
git clone https://github.com/Kaustuv942/sc.git

Initialize postgres

Click here for more detail

#Run script
cd scripts && chmod +x build.sh &&  ./build.sh 

Docker Build

sudo docker-compose up -d --build
sudo docker exec -it [web_container_name] python manage.py createsuperuser

Stopping the container

sudo docker-compose stop

removing the volumes and the container

sudo docker-compose down -v

!!!warning:for development only use .env.dev change the secrets before an actual deployment