{"id":18299692,"url":"https://github.com/containersolutions/mesos-hello-world","last_synced_at":"2025-04-05T13:35:12.406Z","repository":{"id":83606216,"uuid":"42055145","full_name":"ContainerSolutions/mesos-hello-world","owner":"ContainerSolutions","description":"Very simple hello world mesos framework to demonstrate mini-mesos","archived":false,"fork":false,"pushed_at":"2016-01-11T10:35:30.000Z","size":80,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-03-21T05:11:35.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ContainerSolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-07T13:43:18.000Z","updated_at":"2019-09-10T00:39:45.000Z","dependencies_parsed_at":"2023-04-01T12:07:47.639Z","dependency_job_id":null,"html_url":"https://github.com/ContainerSolutions/mesos-hello-world","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fmesos-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fmesos-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fmesos-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerSolutions%2Fmesos-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ContainerSolutions","download_url":"https://codeload.github.com/ContainerSolutions/mesos-hello-world/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247342634,"owners_count":20923631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T15:09:58.991Z","updated_at":"2025-04-05T13:35:12.046Z","avatar_url":"https://github.com/ContainerSolutions.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mesos-hello-world\nVery simple hello world mesos framework to demonstrate http://github.com/containersolutions/mini-mesos.\n\n## NOTE - This project has been integrated into minimesos\n\nCheckout the [test-framework module in minimesos](https://github.com/ContainerSolutions/minimesos/tree/master/test-framework-docker)\n\n## Introduction\nThis project creates a very simple Apache Mesos framework, with dockerized scheduler and exector containers.\nThe goal is to use the scheduler to start a number of dummy \"webapps\" (webservers that show \"Hello world\" on /) \nthen test the framework using the mini-mesos project.\n\n## Non-linux users\nIf you are developing on an envrionment other than Linux, then you will need to use a VM. We use docker-machine.\nYou will then need to export the docker settings. E.g.:\n```\ndocker-machine create -d virtualbox --virtualbox-memory 4096 --virtualbox-cpu-count 2 dev\neval \"$(docker-machine env dev)\"\n```\nTo run the system tests, non-linux users will have to route all communications to the docker containers via the VM IP address:\n```\nsudo route -n delete 172.17.0.0/16 $(docker-machine ip dev) ; sudo route -n add 172.17.0.0/16 $(docker-machine ip dev)\n```\n\n## Compiling\nTo build the project (you will need to build the docker images before you run the system tests) simply run:\n```\n./gradlew build -x test\n```\n\n## System test\nTo run the system tests, run:\n```\n./gradlew :system-test:test\n```\nIt is also possible to run the system test in Idea, by setting the JUnit environmental variables to point to your docker daemon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainersolutions%2Fmesos-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainersolutions%2Fmesos-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainersolutions%2Fmesos-hello-world/lists"}