Skip to content

Instantly share code, notes, and snippets.

@timlinux
Created July 13, 2015 07:48
Show Gist options
  • Save timlinux/3cb3f4b54d4317152d78 to your computer and use it in GitHub Desktop.
Save timlinux/3cb3f4b54d4317152d78 to your computer and use it in GitHub Desktop.
timlinux@kartoza4:/home/realtime/inasafe-django/deployment> make staging-run
------------------------------------------------------------------
Building in staging mode
------------------------------------------------------------------
db uses an image, skipping
smtp uses an image, skipping
devdb uses an image, skipping
Building devuwsgi...
Step 0 : FROM kartoza/django-base
---> 8699b245b95c
Step 1 : MAINTAINER Tim Sutton<[email protected]>
---> Using cache
---> eaacce6d0475
Step 2 : ADD 71-apt-cacher-ng /etc/apt/apt.conf.d/71-apt-cacher-ng
---> Using cache
---> 3eb38962772e
Step 3 : RUN apt-get update -y; apt-get -y --force-yes install yui-compressor
---> Using cache
---> 9bc2ee83e673
Step 4 : EXPOSE 8080
---> Using cache
---> e7551e9f3b9a
Step 5 : ADD REQUIREMENTS.txt /REQUIREMENTS.txt
---> Using cache
---> eb92f5099b6a
Step 6 : RUN pip install -r /REQUIREMENTS.txt
---> Using cache
---> dd28266faa36
Step 7 : RUN pip install uwsgi
---> Using cache
---> ec339b60a25e
Step 8 : WORKDIR /home/web/django_project
---> Using cache
---> 4ea0991b1caf
Step 9 : CMD uwsgi --ini /uwsgi.conf
---> Using cache
---> 13601c5b3cf9
Successfully built 13601c5b3cf9
devweb uses an image, skipping
Building uwsgi...
Step 0 : FROM kartoza/django-base
---> 8699b245b95c
Step 1 : MAINTAINER Tim Sutton<[email protected]>
---> Using cache
---> eaacce6d0475
Step 2 : ADD 71-apt-cacher-ng /etc/apt/apt.conf.d/71-apt-cacher-ng
---> Using cache
---> 3eb38962772e
Step 3 : RUN apt-get update -y; apt-get -y --force-yes install yui-compressor
---> Using cache
---> 9bc2ee83e673
Step 4 : EXPOSE 8080
---> Using cache
---> e7551e9f3b9a
Step 5 : ADD REQUIREMENTS.txt /REQUIREMENTS.txt
---> Using cache
---> eb92f5099b6a
Step 6 : RUN pip install -r /REQUIREMENTS.txt
---> Using cache
---> dd28266faa36
Step 7 : RUN pip install uwsgi
---> Using cache
---> ec339b60a25e
Step 8 : WORKDIR /home/web/django_project
---> Using cache
---> 4ea0991b1caf
Step 9 : CMD uwsgi --ini /uwsgi.conf
---> Using cache
---> 13601c5b3cf9
Successfully built 13601c5b3cf9
stagingweb uses an image, skipping
web uses an image, skipping
------------------------------------------------------------------
Running in staging mode
------------------------------------------------------------------
Creating inasafestaging_db_1...
Creating inasafestaging_smtp_1...
Creating inasafestaging_uwsgi_1...
Creating inasafestaging_stagingweb_1...
#@dipall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment