Awesome
Nebula
This project uses Ruby (with Rake) as a build engine.
You can download ruby from here http://www.ruby-lang.org/en/
After installation you have to install bundler so it can install all required gems.
- gem install bundler
- bundle installs
Under the config directory add development.rb with at least this content
# connectionstrings
configatron.connectionstrings.nebula = '#your connectionstring#'
configatron.connectionstrings.nebula_test = '#your connectionstring#'
# Here you can mess with the logging settings
configatron.logging.db.buffersize = 5
configatron.logging.db.minimumlevel = 'WARN'
configatron.logging.file.enabled = true
configatron.logging.file.showsql = true
configatron.logging.file.trace = true
Now from your solution folder, run rake from command prompt, this generates all necessary config files
For more task infos run rake -T