Skip to content

Application to manage the lamp stack on Linux systems

License

Notifications You must be signed in to change notification settings

CodePlates/lamp-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamp Manager

Application to manage the lamp stack on Linux systems

Built with C++ and Qt

Control Panel

Manage Virtual Hosts

Requirements

This project requires Qt5

Installation

Download and install the deb from releases section

Or

To compile and install lampman from source,

  1. Clone or download the repository and open a terminal in the project folder

  2. Compile using cmake

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
  1. Run lampman
lampman

About

Application to manage the lamp stack on Linux systems

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published