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