[gitpod] Starting and stopping apache and php dev server #13
Labels
enhancement
New feature or request
gitpod-config
Related to gitpod configuration (bash scripts etc...)
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
Problem this feature will solve
Starting and stopping apache is hassle. Commands are a too long to type and memorize when swapping between web servers. Also its not clear when the apache server is stopped because the multitail that was spawned for it does not close.
Background
The user may need to swap between webservers (php built-in webserver, apache2 etc.). These webservers may also need to be run in parallel or all stopped at once.
Proposed Solution
Add an functions in
.bashrc
from `.gitpod.DockerfileConstraints and Assumptions
Add functions to
.bashrc
from `.gitpod.DockerfileAlternatives or Workarounds
None worth mentioning
Additional context
This will setup a new system of writing functions to .bashrc from the
bash/snippets/
directoryThe text was updated successfully, but these errors were encountered: