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

no edit summary
No edit summary
No edit summary
Line 3: Line 3:
#Ubuntu boots up/initializes
#Ubuntu boots up/initializes
#If you are installing Ubuntu on the 4,1 early 2012 Mac Mini, please take note that WiFi does not work out of the box, you need to plug in an ethernet cable if you want to download updates whilst installing
#If you are installing Ubuntu on the 4,1 early 2012 Mac Mini, please take note that WiFi does not work out of the box, you need to plug in an ethernet cable if you want to download updates whilst installing
#After successfully installing Ubuntu, open the terminal app and enter the following commands (installing Jenkins will install the open-jre version of Java)
#After successfully installing Ubuntu, open the terminal app and enter the following commands
#sudo apt-get install openssh-server jenkins
#sudo apt-get install openssh-server  
#sudo mkdir /var/jenkins
#sudo mkdir /var/jenkins
#chown -R webqa:webqa /var/jenkins
#chown -R webqa:webqa /var/jenkins
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 https://github.com/retornam/webqa-credentials.git . This  requires your github login details since the repository is private.
#Clone the webqa-credentials repository  to /home/webqa/webqa-credentials using  the link .This  requires your github login details since the repository is private.
657

edits