https://github.com/carbonfive/cyberdyne
Example Application using Twilio
https://github.com/carbonfive/cyberdyne
Last synced: 9 months ago
JSON representation
Example Application using Twilio
- Host: GitHub
- URL: https://github.com/carbonfive/cyberdyne
- Owner: carbonfive
- Created: 2012-12-10T06:49:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-10T17:49:19.000Z (over 13 years ago)
- Last Synced: 2025-03-25T19:51:23.879Z (about 1 year ago)
- Language: Ruby
- Size: 344 KB
- Stars: 0
- Watchers: 79
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview
========
...
Requirements
============
* ruby 1.9.?
* postgresql 9.? (user 'postgres' with no password)
Running the Specs
=================
$ rake db:setup db:test:prepare
$ rake
Running the Application
=======================
$ foreman start
Using Guard
===========
$ bundle exec guard -c
Considerations
==============
...