Skip to content

Commit

Permalink
OPS: add simple HTTP server to host the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-dejongh committed Feb 7, 2021
1 parent 0c2d670 commit 4b15eb1
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 9 deletions.
Binary file not shown.
6 changes: 1 addition & 5 deletions examples/diagrams/bmpn_order_pizza.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file not shown.
Binary file modified examples/docsite/.doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions ops/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ services:
image: yuzutech/kroki-excalidraw
ports:
- "8004:8004"
webserver:
image: httpd:2.4-alpine
ports:
- "8099:80"
1 change: 1 addition & 0 deletions ops/scripts/convert_documents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ docker-compose -f ./ops/docker-compose.yml exec -T linux bash /root/docGen/scrip
echo '> formal_document.md [sphinx website]'
mkdir -p output/docsite
docker-compose -f ./ops/docker-compose.yml exec -T linux sphinx-build -b dirhtml docs output/docsite
docker cp output/docsite ops_webserver_1:/usr/local/apache2/htdocs/
echo '-=[ DONE ]=-'
4 changes: 0 additions & 4 deletions output/diagrams/bmpn_order_pizza.svg

This file was deleted.

0 comments on commit 4b15eb1

Please sign in to comment.