This is the repo for the 2015H1 Kickoff hackathon. The development environment consists of:
- Marathon/Mesos Playa Vagrant VM https://github.com/mesosphere/playa-mesos
- An Apache Vagrant VM to act as the "remote repository" for storing binaries and runtime dependencies
cd apache
vagrant up
Test installation by going to:
./playa-bootstrap.sh
cd playa-mesos
vagrant up
Marathon UI:
Mesos admin UI:
- We will use Python for developing the POC tool
- It would be great to deploy a real application instead of just a "sample app". You are encouraged to find a use-case than can be deployed in a stand-alone manner, that will still run without backend dependencies. We at mobile.de will deploy our new public-search java application.
- Playa is a project which installs a complete Mesos/Marathon sandbox. More information at:
- The Marathon API documentation:
- Other interesting Marathon links: