Skip to content
Ivan Alejandro edited this page Aug 23, 2016 · 1 revision

Howto get started

For this repo:

$ cd cabinet/
$ pyenv-3.4 pyenv
$ source pyenv/bin/activate
(pyenv) $ pip install -r requirements.txt

(pyenv) $ python test-app.py  # insert some test data and see some output
(pyenv) $ python rpc-server.py
(pyenv) $ python rpc-client.py  # run this on on a different terminal than the server

For cabinet-ui repo:

$ cd cabinet-ui/
$ pyenv-3.4 pyenv
$ source pyenv/bin/activate
(pyenv) $ pip install nodeenv

(pyenv) $ nodeenv --prebuilt node.env
(pyenv) $ source node.env/bin/activate
(node.env)(pyenv) $ npm install -g electron-prebuilt
(node.env)(pyenv) $ npm install
Clone this wiki locally