/LAMPtk

Apache Server and MySQL GUI Frontend written in Python and Tkinter

Primary LanguagePython

LAMPtk

Apache Server and MySQL GUI Frontend written in Python and Tkinter. The aim of this Utility is to provide a lightweight and easy way to manage your Apache and MySQL services during development.

image

Installation

LAMPtk uses tkinter library. Make sure its installed.

$ pip install tkinter

Clone the repo and move the lamptk.py script to a location that's in the $PATH global variable (assuming ~/.bin)

$ git clone https://github.com/DawarAlvi/LAMPtk.git
$ cp LAMPtk/src/lamptk.py ~/.bin

Usage

LAMPtk make call to systemd to manage the Apache and MySQL services. It is recommended to run LAMPtk with root priveleges.

$ sudo ./lamptk.py

Alternatively you can run it from the terminal without root privileges, however systemd will prompt you to enter the password every time.

$ ./lamptk.py