Skip to content

samsoffes/sstoolk.it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sstoolk.it

This is the website for SSToolkit. Built with Sinatra, Compass, and other stuff. Deployed to Heroku with Ruby 1.9.2.

Running Locally

You will need to install Bundler (if you haven't already) and all the necessary gems. You can install it by running the following:

$ gem install bundler --version '>= 1.0.0'
$ bundle install

Now the following command to start the server and you're good to go.

$ rake server

Enjoy.

Documentation

To import the documentation from SSToolkit run the following commands:

$ git clone http://github.com/samsoffes/sstoolkit.git ../sstoolkit
$ rake docs:import

Releases

No releases published

Packages

No packages published