Skip to content

openshine/minino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Minino Build Status

What is Minino?

An Erlang web miniframework.

Authors

This is an Openshine project developed by:

  • Pablo Vieytes

Get Minino

Download

Get the binary.

$ wget http://github.com/openshine/minino/wiki/minino
$ chmod 744 minino 

Build

Get the source and build it.

$ git clone https://github.com/openshine/minino.git
$ cd minino
$ make

Create a Minino Application

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

Run Minino Server

$ ./minino runserver [Port]

Port is an optional argument, it is 8000 by default.

Check minino running at http://localhost:8000

Examples

Check some code examples

Documentation

To create the minino documentation type the following command.

$ make doc

Please check doc/index.html

About

Minino: an Erlang web miniframework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •