Sunday, 17 August 2014

Installing XAMPP server on Instance

jaideep@ubuntu:~/Downloads$ ssh -i /home/jaideep/Downloads/x13109561-a.pem -l ubuntu 193.1.202.12

Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-65-virtual x86_64)
 * Documentation:  https://help.ubuntu.com/
  System information as of Sun Aug 17 23:32:35 UTC 2014
System load:  0.0               Processes:           152
  Usage of /:   51.3% of 9.85GB   Users logged in:     0
  Memory usage: 28%               IP address for eth0: 10.1.3.53
  Swap usage:   36%
Graph this data and manage this system at:
    https://landscape.canonical.com/
 Get cloud support with Ubuntu Advantage Cloud Guest:
    http://www.ubuntu.com/business/services/cloud
6 packages can be updated.
6 updates are security updates.
New release '14.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
Last login: Fri Aug 15 15:53:57 2014 from 109.255.221.201
ubuntu@euca-10-1-3-53:~$

Installing XAMPP server
XAMPP server is used to run the static website on localhost.
 ubuntu@euca-10-1-3-53:~$ sudo wget bit.ly/1cmyrUo -O xampp-64bit.run
ubuntu@euca-10-1-3-53:~$ chmod 777 xampp-64bit.run
ubuntu@euca-10-1-3-53:~$ sudo ./xampp-64bit.run
ubuntu@euca-10-1-3-55:~$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.8.3-4...
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

ubuntu@euca-10-1-3-55:~$ 

No comments:

Post a Comment