Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Dec 12, 2023
1 parent ec9e97b commit 4012564
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/static/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## How to use these files

To create a working static version of the map you will need to:

1. Copy the files to the root web folder of a webserver using apache2 (these files cannot work under a subdirectory such as `something.com/map`).
2. Check that the `.htaccess` file is present to handle .html references and the static API feeds
3. Adjust two hardcoded references to the domain the site is on:
Within `/themes/omeka-theme-mapsuff/neatline/javascripts/dist/production/neatline-public6f1.js`, find two references to `baseURL = \"//alnob.lnx.warwick.ac.uk\"` and change it to the base URL

The resulting map will be available under `/neatline/fullscreen/all`

0 comments on commit 4012564

Please sign in to comment.