improving docs

This commit is contained in:
kevgliss
2015-09-14 13:46:39 -07:00
parent 6a1a744eff
commit 067122f8f4
13 changed files with 120 additions and 21 deletions

View File

@ -4,6 +4,8 @@ Quickstart
This guide will step you through setting up a Python-based virtualenv, installing the required packages, and configuring the basic web service.
This guide assumes a clean Ubuntu 14.04 instance, commands may differ based on the OS and configuration being used.
Pressed for time? See the Lemur docker file on `Github <https://github.com/Netflix/lemur-docker>`_.
Dependencies
------------
@ -18,6 +20,7 @@ Some basic prerequisites which you'll need in order to run Lemur:
are largely handled for us. Lemur does **not** require AWS to function. Our guides and documentation try to be
be as generic as possible and are not intended to document every step of launching Lemur into a given environment.
Setting up an Environment
-------------------------