Skip to content

HEPData/hepdata.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Languages

  • Dockerfile 100.0%