Skip to content

Commit

Permalink
Update instructions with docker demo. Closes GH-22
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpixel committed Jan 25, 2018
1 parent 99ea349 commit a9f419a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Please file an issue if you have trouble or want to suggest an improvement! We
https://github.com/darkpixel/statuspage/issues


Demo
====

Docker
------
* docker pull darkpixel/statuspage
* docker run -itp 8000:8000 darkpixel/statuspage
* Visit http://localhost


Quick Setup
===========

Expand Down Expand Up @@ -62,4 +72,4 @@ Locally using virtualenvwrapper
* pip install -r requirements.txt
* python manage.py migrate
* python manage.py runserver

0 comments on commit a9f419a

Please sign in to comment.