orcuntuna / lampp-helper

start, stop and open gui with one command for linux lampp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lampp Helper (xampp linux)

open, stop and open with one command for linux lampp

How to install?

  1. Download xampp file on this repository
  2. Copy xampp file to /usr/local/bin (for path)
  3. Give permission for run (+x)

Follow on terminal:

cd /usr/local/bin/
sudo cp ~/Downloads/lampp-helper/xampp .
sudo chmod +x xampp

Notice: edit your downloaded file address by yourself Info: this script need python3 and lampp

If using custom htdocs directory, you can edit custom_htdocs_directory varible

How to use?

cd $(xampp)
xampp start
xampp stop
xampp restart
xampp gui
xampp --help

About

start, stop and open gui with one command for linux lampp


Languages

Language:Python 100.0%