Website: http://osm.spline.de
Mailing List: [email protected] or [email protected]
IRC: irc://irc.freenode.net/#spline
This is the homepage of the OSM project at SPLINE, done with middleman (http://middlemanapp.com).
You have to install middleman via:
sudo gem install middleman
Now you can run the middleman-server with:
mm-server
To build the static-files just do:
mm-build
Please make sure you have Ruby and Rubygems installed. You could do this via:
ruby -v
gem -v
If you don't have any of it first install ruby. (More info at http://www.ruby-lang.org/en/downloads)
Then you have to install rubygems. (More info at http://rubygems.org/pages/download)