webron / scalatra-website

Source code for www.scalatra.org

Home Page:http://www.scalatra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalatra project

This is the home of the Scalatra website which generates the site at scalatra.org.

To build it, you'll need to have Ruby and bundler installed.

Then you'll need Jekyll and a few other things installed on your system. cd into the root directory of the project and type:

bundle install

This will download the project's rubygem dependencies.

Once everything's installed, you can do this to generate the documentation:

jekyll --server --auto

This will start an embedded webserver and automatically regenerate the website as you make changes to it. You can then view the site at http://localhost:4000/2.3/.

Building on a mac

To build this site on a recent version of OS X;

sudo gem install jekyll
sudo gem install bundler

cd into the root directory of the project and type:

bundle install

This will download the project's rubygem dependencies.

Once everything's installed, you can do this to build the site:

bundle exec jekyll serve

You can run this to start hosting the site locally with autorefresh:

bundle exec jekyll --serve

This will start an embedded webserver and automatically regenerate the website as you make changes to it. You can then view the site at http://localhost:4000/2.3/.

Note: on recent LLVM-favoring versions of Mac, you will need to install gcc.

About

Source code for www.scalatra.org

http://www.scalatra.org


Languages

Language:HTML 70.1%Language:CSS 11.9%Language:Ruby 10.1%Language:JavaScript 7.8%