All Projects → DarkmiraTour → community-event-manager

DarkmiraTour / community-event-manager

Licence: GPL-3.0 license
Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Gherkin
971 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to community-event-manager

sf event mgt
An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.
Stars: ✭ 46 (+109.09%)
Mutual labels:  event-management
jararaca
GruPy-RN Event and Check-in System
Stars: ✭ 25 (+13.64%)
Mutual labels:  event-management
php-event-manager
PHP event manager. simple, fully functional event management dispatcher implementation. 简洁,功能完善的事件管理实现,支持快速的事件组注册,设置事件优先级,通配符事件的监听。
Stars: ✭ 25 (+13.64%)
Mutual labels:  event-management
tardis
Event sourcing toolkit
Stars: ✭ 35 (+59.09%)
Mutual labels:  event-management
cloudenvoy
Cross-application messaging for Ruby and Rails using Google Cloud Pub/Sub
Stars: ✭ 31 (+40.91%)
Mutual labels:  event-management
linkedevents
Linked Events event database and API
Stars: ✭ 20 (-9.09%)
Mutual labels:  event-management
Salt
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
Stars: ✭ 12,086 (+54836.36%)
Mutual labels:  event-management
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel.
Stars: ✭ 3,285 (+14831.82%)
Mutual labels:  event-management
Bootstrap Calendar
Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
Stars: ✭ 3,011 (+13586.36%)
Mutual labels:  event-management
JavaUltimateTools
A Large Repository Of Awesome Code For Java.
Stars: ✭ 24 (+9.09%)
Mutual labels:  event-management
e
A library which combines a eventBus/emitter, DOM events management, delegated events, and event-based utils into a single lightweight and performant library.
Stars: ✭ 37 (+68.18%)
Mutual labels:  event-management

Community Event Manager

Build Status

This is a web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such

Pre-requirements

You will need Docker to build the application, find more information on the docker installation documentation

Installation

# Clone the application
git clone https://github.com/DarkmiraTour/community-event-manager.git
cd community-event-manager/

# Build and initialize the project
make install

Configuration

  • Change environment variables in the .env file like you want

Access

Once you are ready make install the project, and run it with:

make

Then you should be able to access:

(NOTE: If you’re using Docker Toolbox, change 127.0.0.1 to the IP of your virtual machine, ie 192.168.99.100)

Test

Run tests suite:

make test

Code Quality

Code style fixer:

make cs

License

This application is under GPL-3.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].