Skip to content

dobestan/buildbuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%