Skip to content

A framework for community information systems (CIS) success awareness

License

Notifications You must be signed in to change notification settings

rwth-acis/mobsos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A framework for community information systems (CIS) success awareness

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages