forked from web/portal
32 lines
684 B
Markdown
32 lines
684 B
Markdown
# Ecogood Portal Page
|
|
|
|
This <abbr title="Single Page Application">SPA</abbr> shows a list of the available ECG web applications.
|
|
|
|

|
|
|
|
## Features
|
|
|
|
- generated static website powered a small python script
|
|
- easily extensible by a YAML definition
|
|
- responsive layout
|
|
- Respects Privacy and Security by being ready for CSP and RP
|
|
|
|
## Build
|
|
|
|
python3 build.py items.yml
|
|
|
|
## Deployment
|
|
|
|
The build and deploy workflow is provided by the contained shell script `build+deploy.sh`.
|
|
|
|
```bash
|
|
chmod +x build+deploy.sh
|
|
./build+deploy.sh
|
|
```
|
|
|
|
**Executed tasks:**
|
|
|
|
- clean the output folder
|
|
- build the project
|
|
- upload to the remote SSH target
|