Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 612 Bytes

File metadata and controls

25 lines (18 loc) · 612 Bytes

Otoroshi Server

Setting up a dev environment

After cloning the repository make sure to install a virtual env as follow :

virtualenv .venv

To start using the environment use source bin/activate (and deactivate to quit it). To install the required dependencies you need to run pip install :

pip install -r requirements.txt

A config file need to be created, an example is provided (config.dist.ini).

To run the server, use the provided script as follow :

# Run the server
env OTOROSHI_CONFIG=../config.ini ./bin/crossbar start