Skip to content

freego/freego-sprinkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our (old) Sprinkle recipes

We used these scripts for quick and reproducible initial setup of our Ubuntu Linux-based servers. Desired packages will be installed and some example config files will be copied (but not automatically enabled).

This was for Ubuntu 12.04 LTS, some changes may be needed for other debian based systems.

SprinkWAT.

https://github.com/crafterm/sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails or Merb stack on a brand new slice directly after its been created. It uses a Ruby based domain specific language to describe packages and policies to determine what should be installed on particular systems.

Please see https://github.com/crafterm/sprinkle/blob/master/README.markdown for more information.

Usage:

# on the new server machine:
# just ensure root user can login via ssh.

# on the local machine:

gem install sprinkle
git clone git@github.com:freego/freego-sprinkle.git
cd freego-sprinkle
cp deploy.rb.example deploy.rb
# edit deploy.rb with your server root credentials.
# edit policies/ubuntu_1204_standard_rails_stack.rb and enable what you want.

sprinkle -s policies/ubuntu_1204_standard_rails_stack.rb

# when all done, disable root access via ssh, that's not good.

Copyright (c) 2013 freego http://freegoweb.it - Released under the WTFPL License

Releases

No releases published

Packages

No packages published