Pages

Pages

Thursday, January 24, 2013

Lampp Server Debian

LAMPP requires only one zip, tar, 7z, or exe file to be downloaded and run, and little or no configuration of the various components that make up the web server is required. XAMPP is regularly updated to incorporate the latest releases of Apache/MySQL/PHP and Perl. It also comes with a number of other modules including OpenSSL and phpMyAdmin.

  1. Upload Script to your root Server
  2. chmod 0777 scriptname.sh
  3. ./scriptname.sh
  4. /opt/lampp/lampp >> for more Infos 
  5. /opt/lampp/lampp security >> Frist change your Passwords 
  6. nano /opt/lampp/etc/extra/httpd-xampp.conf >> Conf Lampp 
  7. /opt/lampp/lampp restart >> Restart Lampp after Conf
#!/bin/bash
# by cr4shyyy Auto lampp-server

#Install x32 libs if you running a x64 os 
sudo apt-get install ia32-libs


#Lampp Repository
cd /tmp
wget http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz
tar xvfz *xampp-linux-1.8.1.tar.gz* -C /opt
/opt/lampp/lampp start
/opt/lampp/lampp stop
/opt/lampp/lampp security
/opt/lampp/etc/extra/httpd-xampp.conf 

No comments:

Post a Comment