Commit a558a294 authored by Alfakhori's avatar Alfakhori
Browse files

Update README.md

parent e8d2f718
No related merge requests found
Pipeline #10092 passed with stage
in 7 seconds
Showing with 5 additions and 27 deletions
+5 -27
---
This is a map to show the diffrent study areas that HIRE Promotionskolleg Team workijng on.
Example plain HTML site using GitLab Pages.
Learn more about GitLab Pages at https://pages.gitlab.io and the official
documentation https://docs.gitlab.com/ce/user/project/pages/.
---
## GitLab CI
This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
you can access the map using the link: https://transfer.hft-stuttgart.de/pages/hire-promotionskolleg-team/study-areas-maps/
```
variables:
EXPORT_DIR: "/var/www/html/pages"
## Add data
pages-master:
stage: deploy
script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
only:
- master
```
To add your study area please edit the pins.csv file and push the edits. you can convert adress to Lat, Lon using this website: https://www.latlong.net/convert-address-to-lat-long.html
The above example expects to put all your HTML files in the `public/` directory.
you can assign a uniqure color to your pins :)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment