DAMPP (gui) is a Python based program to run simple webservers using MySQL, Php, Apache and PhpMyAdmin inside of Docker containers.
This can be run on any Ubuntu based system.
Home screen
Add New Project
Edit Ports
About
- Python3
- pip
- Docker
- Docker-compose
Install PyQt5 using pip.
pip install PyQt5Create a directory called .bin in your home directory.
mkdir ~/.binChange current directory to .bin.
cd ~/.binClone the repository.
git clone https://github.com/s3h4n/DAMPP.gitCreate aliases for your shell config file so you can run the program easily.
Add following line to your .bashrc file.
You can find this file in your home ~/ directory.
alias dampp='~/.bin/dampp/dampp.sh'
Add following line to your config.fish file.
You can find this file in ~/.config/fish location.
alias dampp='~/.bin/dampp/dampp.sh'
For other shells like zsh, you can also add the aliases.
Simply type following command in your terminal.
damppPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.



