Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jnewland/god_examples

examples of some of the crazy awesome things you can do with God
https://github.com/jnewland/god_examples

Last synced: about 1 month ago
JSON representation

examples of some of the crazy awesome things you can do with God

Awesome Lists containing this project

README

        

Some silly examples of some of the things you can do with God.

h3. Rails

To run the rails examples, you must first create the db (mysql) and migrate:



cd rails
cat config/database.yml #so you know what you're creating
rake db:create:all
rake db:migrate RAILS_ENV=production

Then fire up a local copy of the app, monitored with god:



god -c config/god/development.god

@config/deploy.rb@ shows an example Capistrano config that controls the rails
app using @config/god/app.god@.