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

569 B
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

./docker-install

Basic Install

(Optional) install virtualenv if desired:

$ mkvirtualenv craton
$ pip install -r /craton/requirements.txt
$ python setup.py install

Setup Developer Environment

./dev/install