campop / online-atlas
Online atlas
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
Language:JavaScript
Requires
README
This is a PHP application consisting of unbranded base code which implements an online atlas of data from CAMPOP.
It is intended to treated as a library included within boostrapping code defining the atlas layers and parameters.
Installation
- Clone the repository.
- Run
composer install
to install the PHP dependencies. - Run
yarn install
to install the JS 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.txt; the example assumes mod_macro but this can be easily removed.
- Create a copy of the index.html.template file as index.html, and fill in the parameters.
- Ensure the tmp directory is writable, e.g.
chown -R www-data tmp/
- Access the page in a browser at a URL which is served by the webserver.
Dependencies
- Composer package manager
- Yarn package manager
Author
Martin Lucas-Smith, Department of Geography, University of Cambridge, 2017-24.
License
- Code license: GPL3
- Data license: To be determined