Skip to content
rizcompeer edited this page Aug 28, 2015 · 14 revisions

IP: 52.6.227.60

#INSTALLATION

Put given line in ~/.bashrc

export VISUAL=vi
Run below command on shell
source ~/.bashrc

sudo apt-get install php5
sudo apt-get install php5-mysql php5-gd
sudo apt-get install mysql-client
sudo apt-get install php5-curl

##Change TimeZone

sudo rm /etc/localtime

sudo ln -s /usr/share/zoneinfo/Asia/Kolkata /etc/localtime

INSTALL GIT

sudo apt-get update
sudo apt-get install git

Copy Library from other server -
sudo scp -i key -r mail_api ubuntu@52.6.227.60:/mnt/upload/
sudo scp -i key -r mail_api ubuntu@52.6.227.60:/mnt/upload/

Clone this wiki locally