Skip to content

adfinis/prometheus-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecture

Build Status

This repository contains the source for the Adfinis SyGroup Architecture documentation.

The documentation is structured according to the arc42 software architecture documentation template.

The architecture documentation in the repo get rendered into static HTML pages by hugo. The resulting page is then deployed to GitHub Pages through travis.

Development

Local Installation

After installing hugo as per the installation docs you may run hugo to start a local development server on port 1313.

hugo server

You can now make changes to the markdown files in the docs/ subdirectory and hugo will watch the directory and reload your browser on each change.

Docker Installation

If you do not wish to install hugo locally you may start the development server in a docker container.

docker run --rm -ti -p 1313:1313 -v $(pwd):/src jojomi/hugo hugo server --bind 0.0.0.0

As with the local installation you can now connect to the development server on port 1313 and the page will automatically get reloaded if you make changes to the files in docs/.

Deployment

The deployment of the final page to GitHub Pages is automated through travis. Please look at .travis.yml for details on the CI/CD process.

License

Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

© We acknowledge that this document uses material from the arc 42 architecture template, http://www.arc42.de. Created by Dr. Peter Hruschka & Dr. Gernot Starke.