Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mor1/mirage-tutorial
MirageOS tutorial notebooks using IOCaml
https://github.com/mor1/mirage-tutorial
Last synced: 20 days ago
JSON representation
MirageOS tutorial notebooks using IOCaml
- Host: GitHub
- URL: https://github.com/mor1/mirage-tutorial
- Owner: mor1
- Created: 2011-08-03T19:14:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T00:11:01.000Z (about 7 years ago)
- Last Synced: 2024-08-02T14:08:27.556Z (4 months ago)
- Language: CSS
- Homepage: http://www.openmirage.org
- Size: 20.9 MB
- Stars: 16
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mirage/mirage-tutorial.svg?branch=master)](https://travis-ci.org/mirage/mirage-tutorial)
This is tutorial content for MirageOS, written as a self-hosting slide deck.
To view the content:
* [Install Mirage](http://www.openmirage.org/wiki/install)
* `make configure`
* `make build`To test under a local unix, set `MODE=unix`, `NET=socket` and `PORT=8080` for
`mirage configure`, build, run as `./src/mir-tutorial`, and then navigate to
`http://127.0.0.1:8080` to view the slides.To build for deployment on Xen, set `MODE=xen` for `mirage configure`.