Skip to content

kuraobi/community-event-manager

 
 

Repository files navigation

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 informations 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 already make install the project, run it with:

make

Then you should access to:

(NOTE: If you’re using Docker Toolbox, change 127.0.0.1 by 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.2%
  • HTML 18.6%
  • Gherkin 5.5%
  • JavaScript 3.5%
  • CSS 0.6%
  • Makefile 0.5%
  • Other 0.1%