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

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
#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. 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)
#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)
#In order to support the PyBluez module, run the following commands to install the Python and Bluetooth dev packages:
# In order to support the PyBluez module, run the following commands to install the Python and Bluetooth dev packages:
##apt-get install python-dev
#* apt-get install python-dev
##apt-get install libbluetooth-dev
#* apt-get install libbluetooth-dev
# For running the Gaia performance tests you must have npm (node package manager) installed:
# For running the Gaia performance tests you must have npm (node package manager) installed:
** sudo apt-get install npm
#* sudo apt-get install npm
Confirmed users
2,177

edits