Skip to content

Otoroshi/otoroshi-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages