Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jnewland/god_examples
- Owner: jnewland
- Created: 2008-07-03T12:08:08.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-03T22:10:31.000Z (about 16 years ago)
- Last Synced: 2023-04-10T15:07:03.647Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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@.