Adding a new page with instructions to install using Docker Change-Id: I2b4598cb259b60f3fb00866f3f31156718778008 Closes-Bug: 1606861
569 B
Executable File
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