DarkmiraTour / community-event-manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:PHP 71.5%Language:HTML 18.1%Language:Gherkin 5.3%Language:JavaScript 3.7%Language:CSS 0.6%Language:Makefile 0.5%Language:Shell 0.2%Language:Dockerfile 0.2%