https://github.com/carbonfive/cyberdyne-systems
A sample app demo-ing Twilio and WOPR
https://github.com/carbonfive/cyberdyne-systems
Last synced: 8 months ago
JSON representation
A sample app demo-ing Twilio and WOPR
- Host: GitHub
- URL: https://github.com/carbonfive/cyberdyne-systems
- Owner: carbonfive
- Created: 2012-12-12T01:59:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T02:04:07.000Z (over 13 years ago)
- Last Synced: 2025-01-30T17:36:59.216Z (over 1 year ago)
- Language: Ruby
- Size: 315 KB
- Stars: 1
- Watchers: 80
- Forks: 1
- 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
==============
...