Skip to content

webmatze/eventicus.de

Repository files navigation

== Welcome to eventicus.de

eventicus is a social event community created by Mathias Karstädt

You are free to help developing this project! Just ask me.

== Prerequisites

  * Ruby 1.9.3
  * Rails 2.3.8
  * MySQL or SQLite
  * memcached
  * Passenger + nginx

== Installation

  * git clone git@github.com:webmatze/eventicus.de.git
  * bundle
  * edit config/database.yml to your connection details
  * edit config/deploy.rb
  * rake db:migration

== Live

You can find a production version under the following URLs:

http://eventicus.com (not running anymore)
http://eventicus.de (not running anymore)

== LICENSE

Copyright (c) 2013 Mathias Karstädt

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.