A community based site for Mendicant University. For more information about the site, check out its about page.
Community is a Ruby on Rails 3.1 application which runs on Ruby 1.9.2+ and PostgreSQL databases. Other databases like MySQL or SQLite are not officially supported.
To install a development version of Community, follow these steps:
gem install bundler
bundle install
to install all of the project's dependenciesrake setup
to create the required config files, create the database, and seed it with dataTo make things even easier, you can copy and paste this into your terminal once you've got the project cloned to your computer
gem install bundler
bundle install
bundle exec rake setup
Features and bugs are tracked through Github Issues.
Contributors retain copyright to their work but must agree to release their contributions under the Affero GPL version 3.
If you would like to help with developing Community, just file a ticket in our issue tracker and we will find something to keep you busy.
rake test
If your changes are not 100% covered, go back to step 6Jordan Byron // jordanbyron.com
Gregory Brown // majesticseacreature.com
Community is released under the Affero GPL version 3.
If you wish to contribute to Community, you will retain your own copyright but must agree to license your code under the same terms as the project itself.
Community - a Mendicant University project