Difference between revisions of "Team:Cambridge-JIC/Downloads"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 82: | Line 82: | ||
<li><p>Now that you have installed the image, you will notice (if you have plugged in the wifi adapter we recommend) a wifi | <li><p>Now that you have installed the image, you will notice (if you have plugged in the wifi adapter we recommend) a wifi | ||
network named OPENSCOPE. Connect to this (password is PASSWORD) and point your browser to <a href="https://192.168.0.1:9000/" class="blue">https://192.168.0.1:9000/</a> to start using OpenScope. The default OpenScope login is:<br> | network named OPENSCOPE. Connect to this (password is PASSWORD) and point your browser to <a href="https://192.168.0.1:9000/" class="blue">https://192.168.0.1:9000/</a> to start using OpenScope. The default OpenScope login is:<br> | ||
− | <center><code>Username: admin<br> | + | </p><center><code>Username: admin<br> |
Password: test<br></code></center> | Password: test<br></code></center> | ||
− | <i>Note: These are different from the username and password on the Pi's OS itself, see below how to change.</i></p></li> | + | <p><i>Note: These are different from the username and password on the Pi's OS itself, see below how to change.</i></p></li> |
<li><p>To secure the Raspberry Pi:</p> | <li><p>To secure the Raspberry Pi:</p> | ||
<ul> | <ul> | ||
<li><p>Get <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" class="blue">PuTTY</a> on Windows and after connecting to the OPENSCOPE network, open PuTTY, set the host to 192.168.0.1 and connect.<br> | <li><p>Get <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" class="blue">PuTTY</a> on Windows and after connecting to the OPENSCOPE network, open PuTTY, set the host to 192.168.0.1 and connect.<br> | ||
− | <center><code>Username: pi<br> | + | </p><center><code>Username: pi<br> |
Password: raspberry<br></code></center> | Password: raspberry<br></code></center> | ||
− | <i>Note: You will not see your password when you type it - this is normal and is intended to hide it.</i></p></li> | + | <p><i>Note: You will not see your password when you type it - this is normal and is intended to hide it.</i></p></li> |
− | <li><p>If on Linux/Mac OSX, no need to install anything. Connect to the OPENSCOPE network and open Terminal and run the command:<br><center><code>ssh pi@192.168.0.1</code></center><br>Enter the password (raspberry) and press enter. You will not be able to see anything as you type your password - this is normal for security.</p></li> | + | <li><p>If on Linux/Mac OSX, no need to install anything. Connect to the OPENSCOPE network and open Terminal and run the command:<br></p><center><code>ssh pi@192.168.0.1</code></center><p><br>Enter the password (raspberry) and press enter. You will not be able to see anything as you type your password - this is normal for security.</p></li> |
</ul></li> | </ul></li> | ||
<li><p>To change the default password, type in:<br> | <li><p>To change the default password, type in:<br> | ||
− | <center><code>passwd</code></center><br> | + | </p><center><code>passwd</code></center><br><p> |
and press enter. You will be prompted about entering your new password.</p></li> | and press enter. You will be prompted about entering your new password.</p></li> | ||
<li><p>To update the OpenScope software to the latest and greatest version, connect an ethernet cable to the Pi and connect it to a router. Then, after opening an ssh connection as above, instead of running passwd, run:<br> | <li><p>To update the OpenScope software to the latest and greatest version, connect an ethernet cable to the Pi and connect it to a router. Then, after opening an ssh connection as above, instead of running passwd, run:<br> | ||
− | <center></code>cd ~/igem15-sw/; git pull</code></center><br> | + | </p><center></code>cd ~/igem15-sw/; git pull</code></center><p><br> |
This will pull the latest code and done!</p></li> | This will pull the latest code and done!</p></li> | ||
</ol> | </ol> |
Revision as of 22:26, 18 September 2015