Skip to content

pitag-ha/friendly-unikernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friendly unikernel

This is a slack bot unikernel that sends a randomly chosen message from a list of happy messages to a slack channel. It does so recurrently every 5 seconds. :)

How to build and run the unikernel

Hopefully, the following should do:

Set-up a switch and install MirageOs in it; e.g.:

opam switch create . --empty
opam install mirage

Build the unikernel, for simplicity e.g. with the UNIX target:

mirage configure -t unix
make

Run the unikernel that's now inside dist/. If it was built with the UNIX target:

dist/friendly-unikernel --token=<slack bot token> --channel=<channel ID>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages