TestEngineering/Web/Automation/B2G Nodes/Create new node: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 16: Line 16:
#PATH="$PATH:$HOME/android-sdk/platform-tools:$HOME/android-sdk/tools"
#PATH="$PATH:$HOME/android-sdk/platform-tools:$HOME/android-sdk/tools"
#Enter the command source ~/.profile to pick up the PATH updates
#Enter the command source ~/.profile to pick up the PATH updates
#Clone the webqa-credentials repository  to /home/webqa/webqa-credentials using  the link .This requires your github login details since the repository is private.
#Clone the webqa-credentials repository  to /home/webqa/webqa-credentials using  the link. Copy the public and private keys from the $HOME/.ssh/ folder of the webqa user from one of the older machines to $HOME/.ssh/ of the new machine your are working on. Also copy the contents of the file shown after entering crontab -e on the older machine to the new one. (*/10 * * * * cd $HOME/webqa-credentials/ && git pull origin master)
657

edits