Skip to content
forked from zippy/flowplace

A rails based social platform for using free currencies and building wisdom driven organizations.

Notifications You must be signed in to change notification settings

GerryG/flowplace

 
 

Repository files navigation

flowplace– a tool for building weal

Description

The flowplace is a tool for individuals, communities and organizations to build wealth together by using free currencies.

Installation

The flowplace is a standard rails app. It requires some gems, and some of it’s plugins are stored in the repository as submodules. Here are the installation instructions that should get you up and running assuming sqlite3 for your database (which is the default in the database.yml):

sudo gem install sqlite3-ruby nokogiri gravtastic
git clone git://github.com/zippy/flowplace.git flowplace
cd flowplace
git submodule init
git submodule update
cp config/database.yml.example config/database.yml
cp config/flowplace_config.rb.example config/flowplace_config.rb
rake db:migrate

Platform Specific Notes:

If you are installing on a Debian based Linux (including Ubuntu) you will need to first run:

sudo apt-get install libxslt1-dev libxml2-dev

otherwise the nokogiri gem won’t install.

License

The flowplace is released under the GPL license.

Copyright © 2009 Eric Harris-Braun, Jean-François Noubel, Fernanda Ibarra

About

A rails based social platform for using free currencies and building wisdom driven organizations.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Ruby 7.2%
  • PHP 0.7%