Skip to content

NeoHOJ/iruka-server

Repository files navigation

🐬 Transient README

You should have pipenv installed. pyenv is optional but preferred for installing the recommended version of Python.

pipenv install
pipenv shell

Copy configurations:

cp server.yml{.example,}
cp iruka_client/iruka.yml{.example,}

Generate protobuf bindings/grpc stubs:

scripts/gen_protos.py

Then you are all set.

  • For server:

    python iruka_server.py runserver
  • For clients:

    cd iruka_client
    python -m iruka

About

🐬 Hmmmm better name welcome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published