Application to manage the lamp stack on Linux systems
Built with C++ and Qt
This project requires Qt5
Download and install the deb from releases section
Or
To compile and install lampman from source,
-
Clone or download the repository and open a terminal in the project folder
-
Compile using cmake
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
- Run lampman
lampman