-
Notifications
You must be signed in to change notification settings - Fork 5
QuickStart
bigfleet edited this page Sep 12, 2010
·
9 revisions
We’re in the pre-alpha stage right now, but I have successfully used three types of source and one type of sink using material currently available in the repository.
I don’t have this hosted on RubyForge and getting gem distribution, but if I get positive feedback from these steps, I will do so.
h2. Get blanket
git clone git://github.com/bigfleet/blanket.git
cd blanket
gem build blanket.gemspec
sudo gem install blanket-0.0.1.gem
blanket-cfg -t taskname -o Mysql -i S3
blanket-cfg -h
Current source types
Current sink type
You’ll have to provide your details on the source.yml and sink.yml files.
blanket taskname
taskname will be the directory that the YAML files are enough.
This command should run through a set of steps that will look somewhat familiar if you have used Capistrano.
Thanks! Let me know at [email protected] if you have any feedback.