Project

sssmoke

0.0
No commit activity in last 3 years
No release in over 3 years
Slap Ruby scripts on a web server in seconds.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 5.4.3
>= 0.6.3
>= 10.4.2

Runtime

>= 1.3.5
 Project Readme

Sssmoke

Build Status

Slap Ruby scripts on a web server in seconds.

Warning: Sssmoke is not intended for public servers, because security. It's also not intended for any serious application, because we got enough of PHP-like crap already. It's just an ultra-quick way to put Ruby scripts on one of your own machines - like, a build machine.

Installation

gem install sssmoke

Usage

Go to a directory that contains your erb templates, and run them in a web server by typing:

sssmoke

A template named foo.erb will get the URL http://localhost:8888/foo.

Pro Usage for Powah Usahs

sssmoke <directory_name>      # sssmoke templates from another directory
sssmoke <template_name.erb>   # sssmoke a single template at http://localhost:8888/

That's all. (As to the reason why it's called "Sssmoke" - that story would be better told in person.)