Confirmed users
425
edits
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: | |||
##apt-get install python | |||
##apt-get install libbluetooth-dev |