Sign in
apache
/
flagon
/
refs/heads/master
/
.
/
site
tree: 003b07b0c68d64cdfe1f2013f700f3097853d437
_copy/
_docs/
_includes/
_layouts/
_pages/
_sass/
assets/
images/
js/
semantic/
.dockerignore
_config.yml
build.sh
CHANGELOG.md
Dockerfile
Gemfile
Gemfile.lock
index.html
package.json
README.md
semantic.json
site/README.md
How to Build and Deploy Site
Download and Install
Docker
Build site
docker build -t flagon:site .
Deploy site on localhost:8000
docker run -p 8000:8000 -it flagon:site python -m http.server