Files
craton/doc/source/installation.rst
Michael Turvey 6581b48f63 Adding instructions to install Craton with Docker
Adding a new page with instructions to install using Docker

Change-Id: I2b4598cb259b60f3fb00866f3f31156718778008
Closes-Bug: 1606861
2016-09-19 09:37:25 -07:00

32 lines
569 B
ReStructuredText
Executable File

============
Installation
============
There are several ways that you can install Craton. If you're just
getting started, it is recommended that you start with a Docker install.
Docker Install
--------------
.. toctree::
:maxdepth: 1
./docker-install
Basic Install
-------------
(Optional) install virtualenv if desired::
$ mkvirtualenv craton
$ pip install -r /craton/requirements.txt
$ python setup.py install
Setup Developer Environment
---------------------------
.. toctree::
:maxdepth: 1
./dev/install