Skip to content

Apache Server and MySQL GUI Frontend written in Python and Tkinter

Notifications You must be signed in to change notification settings

DawarAlvi/LAMPtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Apache Server and MySQL GUI Frontend written in Python and Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages