- What is Minino?
- Authors
- Get Minino
- Create a Minino Application
- Run Minino Server
- Examples
- Documentation
An Erlang web miniframework.
This is an Openshine project developed by:
- Pablo Vieytes
Get the binary.
$ wget http://github.com/openshine/minino/wiki/minino
$ chmod 744 minino
Get the source and build it.
$ git clone https://github.com/openshine/minino.git
$ cd minino
$ make
Create an application directory and copy the minino binary there.
$ mkdir kitty
$ cd kitty
$ cp /path/to/minino/bin/minino .
$ ./minino create-app id=kitty
$ ./minino runserver [Port]
Port is an optional argument, it is 8000 by default.
Check minino running at http://localhost:8000
Check some code examples
To create the minino documentation type the following command.
$ make doc
Please check doc/index.html