xnlogic
Bootstrap your xnlogic.com application with this easy to use executable gem.

Installation
$ gem install xnlogic
Usage
$ xnlogic application my_app --key xnuser:xnpassword
$ cd my_app
$ vagrant up
$ vagrant ssh
From the Vagrant VM, you can then:
$ xn-server
$ xn-console
Development
To execute from your checked out development version, run it as follows:
ruby -I ~/dev/xnlogic/lib ~/dev/xnlogic/bin/xnlogic vm_config
Contributing
- Fork it ( https://github.com/[my-github-username]/xnlogic/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Releasing a new gem to rubygems:
CI is not set up yet, so once you're happy with the release, simply:
$ rake local_release