This is a PHP application which implements an events portal system, enabling individuals, or (in 'organisations' mode, i.e. a directory implementation context), group managers to list events.
- Clone the repository.
- Run
composer install
to install the dependencies. - Download and install the famfamfam icon set in /images/icons/
- Add the Apache directives in httpd.conf (and restart the webserver) as per the example given in .httpd.conf.extract; the example assumes mod_macro but this can be easily removed.
- Create a copy of the index.html.example file as index.html in the URL directory where the application will run from, and fill in the parameters.
- Optionally, create a providers implementation (see below).
- Populate the types table (currently there is no GUI for this).
- Access the page in a browser at a URL which is served by the webserver.
The system, when run in 'organisations' mode, requires a directory implementation ('providers') which acts as a gateway to the organisations that can create events.
Fuller documentation to follow.
- FamFamFam Silk Icons set
- Optionally, a directory implementation ('providers') - see above
Martin Lucas-Smith, CUSU, 2007-14. Martin Lucas-Smith, Department of Geography, University of Cambridge, 2013-14, 2024.
GPL2.