Skip to content

contention/apache-in-gitpod-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example how to run the Apache Web Server in Gitpod.io

Try or Contribute

open https://gitpod.io#https://github.com/meysholdt/apache-in-gitpod-example

What this Example does

  • use the Dockerfile to install Apache via apt-get, because in the Dockerfile we have root access
  • create a launch script for apache to...
  • run apache in /workspace/
  • run apache as gitpod:gitpod
  • run apache in forground (not as daemon) so that we can nicely see the logs in Gitpod's Terminal View
  • run apache on port 8080, because as unpreviliged process it can't open port 80

How it looks like

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.4%
  • Dockerfile 22.5%
  • HTML 10.1%