congress/README.rst

725 B

Congress

Congress: The open policy framework for the cloud.

  1. Install requirements.

- python 2.7 or above https://www.python.org/download/releases/2.7/

- pip https://pip.pypa.io/en/latest/installing.html

- java http://java.com

  1. Setup Congress

cd /path/to/congress sudo python setup.py develop

  1. Run the unit tests

cd /path/to/congress

./run_tests.sh -N

OR

tox -epy27

  1. Run the API server:

cd /path/to/congress ./bin/congress-server --config-file etc/congress.conf.sample

  1. Read docs

Open /path/to/congress/doc/html/index.html in a browser