HEPData / hepdata.github.io

Static backup site for HEPData in case of maintenance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEPData Backup

Static backup site for HEPData in case of maintenance and/or unexpected downtime.

Static files to serve are in the docs directory.

Dockerfile builds a Docker image which serves the site using nginx, and redirects all pages to /index.html.

To serve the site locally, run:

docker build -t hepdata-backup .
docker run -d -p 80:80 hepdata-backup

The site should then be available at http://localhost.

About

Static backup site for HEPData in case of maintenance.

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%