Eclipse Virgo Project website

Clone this repo:
  1. 08585f6 Add release notes 3.7.4.RELEASE and update download page by Florian Waibel · 3 years, 9 months ago master
  2. 7d2ad7d Update blog on index page by Florian Waibel · 4 years ago
  3. 585e621 Update release notes 3.7.3.RELEASE by Florian Waibel · 4 years ago
  4. 96ffece Add CONTRIBUTING.md and README.md by Florian Waibel · 4 years ago
  5. 5c02970 Fix download link to Virgo nano full by Florian Waibel · 4 years ago

Eclipse Virgo Homepage

Run a local preview with Docker

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.