Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stepankuzmin/simple

Erlang markdown blog engine
https://github.com/stepankuzmin/simple

blog-engine erlang markdown

Last synced: about 1 month ago
JSON representation

Erlang markdown blog engine

Awesome Lists containing this project

README

        

Simple
======

Simple is a markdown blog engine.

Download
-----------

git clone git://github.com/StepanKuzmin/simple.git

Install
-------

cd simple
rebar get-deps
rebar compile

Usage
-----

erl -pa ebin deps/*/ebin -noshell -s crypto -s inets -s ssl -s mnesia -s simple_app

View the site at [http://localhost:8888](http://localhost:8888)