Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 799 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 799 Bytes

osm.spline.de

Contact

Website: http://osm.spline.de

Mailing List: osm@lists.spline.de or xapi@lists.spline.de

IRC: irc://irc.freenode.net/#spline

Description

This is the homepage of the OSM project at SPLINE, done with middleman (http://middlemanapp.com).

How to make changes

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

Dependencies

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)