Commit ffae995b authored by Joe T.S.'s avatar Joe T.S. 🏓
Browse files

Update README.md

parent 389ebd3d
Pipeline #5985 passed with stages
in 17 seconds
---
Example plain HTML site using GitLab Pages.
# EnSysLE Application
Learn more about GitLab Pages at https://pages.gitlab.io and the official
documentation https://docs.gitlab.com/ce/user/project/pages/.
This application use 3D virtual city models to visualize and simulate energy supply scenarios in exemplary counties as well as of the electricity and heat system at the federal level in order to derive an assessment of selected forms of market organisation and regulation.
---
<img src="https://ugl.hft-stuttgart.de/imgs/thumbnails/ensysle.jpg" width="500">
## A Workflow to simulate the Ground-mounted PV Plants (Free-field PV)
## GitLab CI
<img src="https://transfer.hft-stuttgart.de/pages/ensysle/application/img/workflow.png" width="500">
This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
#### Local Test:
```
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
only:
- master
python -m http.server 8080
```
The above example expects to put all your HTML files in the `public/` directory.
#### Live Application:
```
https://transfer.hft-stuttgart.de/pages/ensysle/application/index.html
```
Markdown is supported
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