mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-01-25 23:42:22 +01:00
Portfolio
This software allows people and institutions to setup an easy landingpage\homepage to show their portfolio. It's configured via an yaml file.
Access
Locale
Configure
To configure this app create an config.yaml you can use config.sample.yaml as an example
Administrate Docker
Stop and Destroy
docker stop landingpage
docker rm landingpage
Build
docker build -t application-landingpage .
Run
Run Development Environment
docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
Run Production Environment
docker run -d -p 5000:5000 --name landingpage application-landingpage
Debug
docker logs -f landingpage
Author
This software was created from Kevin Veen-Birkenbach.
Languages
Python
34.4%
Jinja
31.3%
JavaScript
26.8%
CSS
6.4%
Dockerfile
1.1%