Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.78 KB

README.md

File metadata and controls

75 lines (49 loc) · 1.78 KB

Welcome to tos-homepage 👋

Website for tos linux using hugo

Build Status FOSSA Status

Donate with PayPal

explanation

Deploy this repo on your server. There are 2 containers

  • web-server
  • go builder

The web-server hosts our static website

The go builder uses hugo to build the current version of the website.

Install

Make sure docker and docker-compose are installed docker --version && docker-compose --version

# Launch without traefik
docker-compose up -f docker-compose-notraefik.yml
# Launch with traefik
docker-compose up

Usage

Start the containers

docker-compose up

rebuild the output

docker-compose restart hugo

Don't forget to use the jenkins pipeline Your jenkins build will need access to docker. Alternatively you can have hugo installed and discard docker

Author

👤 Tom Meyers

Show your support

Give a ⭐️ if this project helped you!


License

FOSSA Status