All Projects → soffes → sstoolk.it

soffes / sstoolk.it

Licence: other
SSToolkit Website

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].