Thursday, March 13, 2014

Staging serve login and Solr instance login in PHP

This is Application Staging serve login. i written the step by step
follow the command and just easy to your Staging serve login.

1. Copy file command

scp -i PlayGame_staging.pem PlayGame.tar.gz root@ec2-13-31-184-224.compute-1.amazonaws.com:/root


2. Connect the server command

ssh -i PlayGame_staging.pem root@13.31.184.224


3. untar file cmd

tar xvfz PlayGame.tar.gz


4. Solr start cmd

service solrinitd start
mysql_password: staging4zid
mysqldump -u root -p PlayGame --routines >  PlayGame.sql


Solr instance login

1. file copy command

scp -i PlayGame_solr.pem PlayGame.tar.gz root@ec2-13-31-162-57.compute-1.amazonaws.com:/root


2. server connection

ssh -i PlayGame_solr.pem root@13.31.162.57


3. untar file cmd

tar xvfz PlayGame.tar.gz


mysql_password: solr4zid

Solr File get command

/usr/sbin/setsebool httpd_can_network_connect 1

No comments:

Post a Comment