Skip to content

adam12/serverwizard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerWizard

Bootstrap script generator

Requirements

  • Ruby 1.9.2
    • RVM: rvm install 1.9.2
    • Ubuntu: sudo apt-get install ruby19

Setup

Install gems:

bundle install

Start:

rackup

Contributing new recipes

Put new recipes in data/recipes/. The beginning block of it is a YAML description, just follow how the other recipes are doing it.

If you need external files for your recipe, put them in public/ and use the cat_file helper in the Bash scripts to pull them out. See nginx_passenger.sh for an example.

Acknowledgements

Inspired by Intridea's RailsWizard.org.

Authored and maintaned by Rico Sta. Cruz, sponsored by Sinefunc, Inc. Released under the MIT license.

About

Server bootstrap script generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published