tree: f452f0a7f86e1391fd37508d2dbda444f6be83d1 [path history] [tgz]
  1. about/
  2. analysis/
  3. benefits/
  4. cloud/
  5. contribute/
  6. deliverables/
  7. documentation/
  8. download/
  9. feature-summary/
  10. images/
  11. profiling/
  12. project-info/
  13. references/
  14. resources/
  15. samples/
  16. schema/
  17. support/
  18. .gitignore
  19. .project
  20. _projectCommon.php
  21. CONTRIBUTING.md
  22. index.php
  23. par.ecore
  24. README.md
README.md

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.