BBase
BBase is a database, gallery, and social platform for promoting works of visual art.
Getting started
- Download and install MongoDB
git clone https://github.com/gkop/bbase.git
cd bbase
bundle install
cp config/sensitive.yml.example config/sensitive.yml
- Follow the instructions in
config/sensitive.yml
to complete it rake db:seed
rails s
That's it. Now you should be able to browse to localhost:3000
and login with the credentials you set above.
Demo
You can find a live BBase instance at Golahny.org.
CI
Legal
BBase is copyright Gabe Kopley, 2011, and released under the GNU AGPLv3 license.