Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

satyrius/paid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paid

Python App In a Docker (PAID) example prepared for Moscow Python Meetup and Pycon Russia 2016.

Prepare

First you should provision a Docker host (e.g. with Docker Machine) and install Docker Compose.

Get an image

Clone this repo

git clone git@github.com:satyrius/paid.git && paid

Build an image

docker-compose build

Up and run

Start containers with compose

docker-compose up -d

Run Django migrations

docker exec web /opt/demo/app/manage.py migrate --no-input

You can create a user

docker exec -it web /opt/demo/app/manage.py createsuperuser

And check how it works in browser

http://<docker_host_ip>/admin/

About

Python App In Docker (PAID) example prepared for Moscow Python Meetup #35 and Pycon Russia 2016

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages