Sha256: 0910c46ce65d89f6e14befb3861041555e1751ebba848077b5f39d804042c82d
Contents?: true
Size: 726 Bytes
Versions: 13
Compression:
Stored size: 726 Bytes
Contents
# the S2 deployment-engine ## Buidling the gem `gem build depengine.gemspec` ## Usage 1. rvm use 1.9.3 2. bundle install 3. bundle exec depengine ## Running specs To run the specs, your machine needs to fulfill some requirements: * **mail_spec.rb**: be able to send and receive mails on localhost (e.g. install postfix on linux and set it to "local only") * **repository_spec.rb**: be able to SSH into your own machine via public_key_auth (e.g. putting your .ssh/id_rsa_pub in your .ssh/authorized_keys) * **zip_spec.rb**: have a unzip programm installed (e.g. apt-get install zip) There is a somewhat simplistic script to get a suitable environment up and running. Have a look at *bin/spec_setup*. `rspec`
Version data entries
13 entries across 13 versions & 1 rubygems