Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmatze/eventicus.de
Social Event Community
https://github.com/webmatze/eventicus.de
Last synced: about 2 months ago
JSON representation
Social Event Community
- Host: GitHub
- URL: https://github.com/webmatze/eventicus.de
- Owner: webmatze
- License: gpl-3.0
- Created: 2008-12-11T16:37:55.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T07:33:19.000Z (about 2 years ago)
- Last Synced: 2023-04-12T16:22:05.508Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://eventicus.de
- Size: 2.09 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
== 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 [email protected]: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 .