buildbuild / buildbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buildbuild

Build Status

Deployment

Building Container Image

1 .Pulling buildbuild/buildbuild image from docker hub :

$ sudo docker pull buildbuild/buildbuild

2 .Use this Dockerfile to build a new image :

$ sudo docker build -t buildbuild/buildbuild .

Running the Container :

$ sudo docker run -d -p :8000 buildbuild/buildbuild

Managing Static Files

  1. Install all dependent packages
$ python manage.py bower install
  1. Collect all static files from each of our applications :
$ python manage.py collectstatic --noinput

it makes every static files copied to STATIC_ROOT folder ( /static )

Project Initializing

  1. $ python migrating.py
  2. $ python loadfixtures.py

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 48.2%Language:Python 38.5%Language:JavaScript 13.0%Language:Shell 0.3%