Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3talsmith/time-bank
Software to manage fair exchange based on Time Dollars
https://github.com/m3talsmith/time-bank
Last synced: about 1 month ago
JSON representation
Software to manage fair exchange based on Time Dollars
- Host: GitHub
- URL: https://github.com/m3talsmith/time-bank
- Owner: m3talsmith
- Created: 2010-07-08T16:20:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-08T17:09:58.000Z (over 14 years ago)
- Last Synced: 2024-04-14T15:07:36.176Z (9 months ago)
- Language: Ruby
- Homepage: http://timebank.heroku.com/
- Size: 151 KB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Summary
This software is being created out of a desire to free the Time Dollar idea "from the minds":http://www.timebanks.org/ that currently charge for their management software and "training". We believe that ideas that are geared towards economic freedom should be open for the people to use and develop as they will.
We are currently in the planning stages of this software. You can "view our website":http://timebank.heroku.com to see it's progress. Any donations are welcome; wether in code or in beer money.
h1. Installation
This software is written using Rails 3 Beta 4 and Ruby 1.9.1. We highly recommend that you "use RVM as a ruby manager":http://rvm.beginrescueend.com/ . In other words, this is very cutting edge and takes a good amount of technical knowledge to fix problems if they occur. That said it's very simple to get this going.
If you don't have Rails 3 installed you'll need to install rails first:
gem install bundler
gem install rails --preAfterwards:
git clone git://github.com/m3talsmith/time-bank.git
cd time-bank
cp config/database.yml.example config/database.yml
bundle installYou'll want to use
rails sto get a local server going if you are not "using passenger":http://www.modrails.com/ or some other means of serving projects.
Enjoy!