commit | 7d2ad7dbbfbad755c2a31fb78e6889ed084a0509 | [log] [tgz] |
---|---|---|
author | Florian Waibel <fwaibel@datenkollektiv.de> | Thu May 21 23:26:49 2020 +0200 |
committer | Florian Waibel <fwaibel@datenkollektiv.de> | Thu May 21 23:26:49 2020 +0200 |
tree | 5a15c3fb5bc067292ec47f807f46c38ecea66bea | |
parent | 585e621abffaceae7d35137005c60b2e3b7bf323 [diff] |
Update blog on index page Also switch some known blogs from http to https.
The Eclipse Virgo homepage depends on features of the Git repo eclipse.org-common
.
For best results please grab both eclipse.org-common
and virgo
:
$ git clone git://git.eclipse.org/gitroot/www.eclipse.org/eclipse.org-common.git eclipse.org-common $ git clone git://git.eclipse.org/gitroot/www.eclipse.org/virgo.git virgo
...and fire up a (temporary) Docker container linking the source of the homepage:
docker run --rm -p 80:80 --name my-apache-php-app -v "$PWD":/var/www/html php:5.6-apache
You'll find (sort of a) preview locally at http://locahost/virgo.
Note: This setup was first published as Serving a PHP homepage locally with Docker.