{"id":16805212,"url":"https://github.com/onyb/dune","last_synced_at":"2025-04-11T01:20:35.383Z","repository":{"id":88704725,"uuid":"51868947","full_name":"onyb/dune","owner":"onyb","description":"VM manager for MirageOS unikernels","archived":false,"fork":false,"pushed_at":"2016-04-07T20:11:55.000Z","size":112,"stargazers_count":4,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T22:16:30.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/onyb.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-16T20:48:00.000Z","updated_at":"2020-05-14T10:35:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb96588a-a7ae-4092-8ff1-426d011de3a1","html_url":"https://github.com/onyb/dune","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fdune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fdune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fdune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyb%2Fdune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onyb","download_url":"https://codeload.github.com/onyb/dune/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248323136,"owners_count":21084448,"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-10-13T09:47:30.202Z","updated_at":"2025-04-11T01:20:35.359Z","avatar_url":"https://github.com/onyb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dune\nVM manager for MirageOS unikernels\n\n#### Running Dune locally on Ubuntu\n###### Install required packages from Ubuntu repositories\n\n```sh\n$ sudo apt-get update\n$ sudo apt-get install python3-pip python3-dev python3-virtualenv pylint\n$ sudo apt-get install opam\n```\n\n###### Install and launch Redis Server\n\n```sh\n$ wget http://download.redis.io/redis-stable.tar.gz\n$ tar xvzf redis-stable.tar.gz\n$ cd redis-stable\n$ make\n$ sudo make install\n$ redis-server\n```\n\n###### Create and activate a Python 3 virtual environment with `virtualenv`\n```sh\n$ virtualenv -p python3 ~/env\n$ source ~/env/bin/activate\n```\n\n###### Initialize OPAM and install MirageOS\n```sh\n$ opam init -a\n$ eval `opam config env`\n$ opam install mirage\n```\n\n###### Install Dune API requirements\n```sh\n$ git clone https://github.com/onyb/dune\n$ cd dune\n$ pip install -r requirements.txt\n```\n\n###### Launch Dune API server\n```sh\n$ python runapiserver.py\n```\nThe webserver should now be running at `http://localhost:5000` with the API root at `http://localhost:5000/api`\n\n###### Launch Dune Client\n```sh\n$ cd client\n$ sudo npm install\n$ bower install\n$ gulp build\n$ gulp\n```\nThe AngularJS dashboard is served at `http://localhost:8888`\n\n#### Tech Stack\n###### Dune Core\n- Python 3\n- [OCaml](http://ocaml.org)\n- [Mirage](http://mirage.io)\n- [Redis](http://redis.io) for acting as a broker\n- [Flask](http://flask.pocoo.org) for the web application and API\n- [Redis Queue](http://python-rq.org) for asynchronous task queueing\n- [Jinja2](http://jinja.pocoo.org) for templating with Flask\n- [MongoDB](https://docs.mongodb.org/manual) for the backend database\n- [PyMongo](https://api.mongodb.org/python/current) driver for MongoDB.\n- Test bench with [nose](https://nose.readthedocs.org/en/latest)\n\n###### Dune Client\n- [AngularJS](https://angularjs.org)\n- [Bower](http://bower.io)\n- [Gulp](http://gulpjs.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyb%2Fdune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyb%2Fdune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyb%2Fdune/lists"}