657
edits
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 | #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) |
edits