motine / Ohouse

Ohouse
Other
3 stars 2 forks source link

The Clearinghouse

Build Status

This is/shall a Clearinghouse for all the projects mentioned.

Moved!

Since I am not part of the development any more, this project has been renamed to [C-BAS] and moved here.

Installation

Environment

This software is based on AMsoil, please refer to the installation guide there.
Please follow at least the "Base" and "Plugins" steps.

Dependencies

Please install Swig (needed for the M2Crypto Python package). Ohouse currently relies on a MongoDB database running on the local host (and default port).

Python dependencies can then be installed using pip install -r requirements.txt.

Run

Fire up the server via python src/main.py and install the packages which are not found.

Note that sometimes the output is only given to the log in log/amsoil.log.

Additional

Test drive

You may run the xx_tests.py scripts in test/unit to make sure everything works fine. The test scripts assume that there are test certificates and credentials in test/creds (for creating them please see test/creds/TODO.md).

Architectural decisions