What launches the server and client components
Go to file
aewens d307a1ac96 Unstable, working on flow of application 2019-06-16 18:30:51 -04:00
.gitignore Ignoring .swo files 2019-05-29 23:49:07 -04:00
LICENSE Basic setup for launcher 2019-05-29 23:48:04 -04:00
README.md Added dependencies, setup, and run info to README 2019-06-06 13:32:01 -04:00
__init__.py Basic setup for launcher 2019-05-29 23:48:04 -04:00
launch.py Loading reducers in launcher 2019-06-06 13:12:56 -04:00
settings.example.json Basic setup for launcher 2019-05-29 23:48:04 -04:00
test_app_flow.py Unstable, working on flow of application 2019-06-16 18:30:51 -04:00
test_sock_gen.py Added logic describing app flow 2019-06-15 19:09:03 -04:00

README.md

launcher

What launches the server and client components

Dependencies

Setup


$ mkdir babili
$ cd babili
$ git clone https://tildegit.org/aewens/abots"
$ git clone https://tildegit.org/babili/core"
$ git clone https://tildegit.org/babili/launcher"
$ ln -s abots/abots core/abots
$ ln -s abots/abots launcher/abots
$ cd abots
$ python3 -m venv env
$ env/bin/pip3 install -r requirements.txt
$ cd ../launcher
$ cp settings.example.json settings.json
$ $EDITOR settings.json

Run


$ cd abots
$ . env/bin/activate
$ ../launcher
$ python3 launch.py