Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.4 KB

MobSOS

A framework for community information systems (CIS) success awareness

MobSOS Toolkit:

Join the chat at https://gitter.im/rwth-acis/mobsos

Installation

To get started using the MobSOS framework, you can use the docker-compose.yml file. Simply run

docker-compose up

and visit localhost:4200 (Note that you need to have docker installed to run the command) Docker will create a MobSOS las2peer network under the name mobsos_backend.

Adding services

You can connect your own las2peer services by builing them in a docker container and then connecting it to the network. The command should look similar to this:

docker run --network mobsos_backend -e LAS2PEER_PORT=<PORT> --name <NAME> <IMAGE:TAG> 

Note that your service might need aditional environment variables. You can also directly add your service to the docker compose file.