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

|
|
|
|
## Features
|
|
|
|
- generated static website powered by [Hugo](https://gohugo.io/)
|
|
- easily extensible by a YAML definition
|
|
- responsive layout
|
|
- Respects Privacy and Security by setting CSP and RP
|
|
- Apache based basic Authentication included
|
|
|
|
## Development
|
|
|
|
A live server can be started as usual with hugo:
|
|
|
|
hugo server
|
|
|
|
## Deployment
|
|
|
|
The build and deploy workflow is provided by the contained shell script `build+deploy.sh`.
|
|
|
|
**Tasks:**
|
|
|
|
- clean the output folder
|
|
- build the project
|
|
- upload to the remote SSH target
|
|
|
|
```bash
|
|
chmod +x build+deploy.sh
|
|
./build+deploy.sh
|
|
``` |