Skip to content

Commit

Permalink
Merge pull request #386 from msabramo/patch-3
Browse files Browse the repository at this point in the history
README.rst: Add instructions for Docker
  • Loading branch information
disko committed Jan 28, 2015
2 parents 64cf5b8 + c67f36c commit 9a4844c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/first_steps/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ Requirements
- ``Xcode`` (on OS X) or
- equivalent build toolchain for your OS.

Installation using Docker (experimental)
----------------------------------------

This assumes that you already have Docker_ installed:

.. parsed-literal::
docker pull kotti/kotti
docker run -i -t -p 5000:5000 kotti/kotti
This should get you a running Kotti instance on port 5000.

Installation using ``virtualenv``
---------------------------------

Expand Down Expand Up @@ -63,3 +75,4 @@ Although SQLite may prove to be adequate for some deployments, Kotti is flexible
.. _other SQL databases: http://www.sqlalchemy.org/docs/core/engines.html#supported-databases
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _Paste Deploy: http://pythonpaste.org/deploy/#the-config-file
.. _Docker: http://docker.io/

0 comments on commit 9a4844c

Please sign in to comment.