Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stepankuzmin/simple
- Owner: stepankuzmin
- Created: 2012-03-05T18:45:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-08T14:48:37.000Z (over 12 years ago)
- Last Synced: 2024-05-01T21:44:44.748Z (7 months ago)
- Topics: blog-engine, erlang, markdown
- Language: Erlang
- Homepage: http://stepankuzmin.github.com/simple/
- Size: 148 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 compileUsage
-----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)