Skip to content

Template repository for classic LAMP (Linux, Apache, MySQL & PHP) on Gitpod

Notifications You must be signed in to change notification settings

Eetezadi/Gitpod-LAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template repo for LAMP on Gitpod.io

Try or Contribute

Open in Gitpod

This is a template repo, you can create your own using this as a template. Or let Gitpod handle the fork on the first commit.

What this does

  • Uses a Gitpod dockerfile based on Ubuntu Linux to configure Apache, mySQL, PHP and adds also XDebug (based on Gitpod Image "workspace-mysql)
  • Runs Apache2 on port 8080 serving from directory "www"
  • Follows the Apache logs in the Gitpod terminal view via multitail
  • Runs mySQL together with PhpMyAdmin

Things to do

  • On first start wait until the browser window opens...
  • Open PhpMyAdmin in the browser to setup your databases and configure users
  • Try XDebug on debug_example.php
  • Build your own project...hope this saved you some time :)
  • You can adopt the PHP version in the .gitpod.dockerfile by changing RUN sudo update-alternatives --set php $(which php8.3)

About

Template repository for classic LAMP (Linux, Apache, MySQL & PHP) on Gitpod

Resources

Stars

Watchers

Forks

Releases

No releases published