Difference between revisions of "Team:Cambridge-JIC/Downloads"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 80: | Line 80: | ||
<li><p>Unzip the NOOBSCOPE.zip file and drop all the contents of the NOOBSCOPE directory directly into the SD card</p></li> | <li><p>Unzip the NOOBSCOPE.zip file and drop all the contents of the NOOBSCOPE directory directly into the SD card</p></li> | ||
<li><p>Put the SD card into your Raspberry Pi, turn it on, select NOOBSCOPE, and click install!</p></li> | <li><p>Put the SD card into your Raspberry Pi, turn it on, select NOOBSCOPE, and click install!</p></li> | ||
+ | <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> | ||
+ | Username: admin<br> | ||
+ | Password: test<br> | ||
+ | <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> | ||
+ | <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> | ||
+ | Username: pi<br> | ||
+ | Password: raspberry<br> | ||
+ | <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> ssh pi@192.168.0.1<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> | ||
+ | <li><p>To change the default password, type in:<br> | ||
+ | passwd<br> | ||
+ | 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> | ||
+ | cd ~/igem15-sw/; git pull<br> | ||
+ | This will pull the latest code and done!</p></li> | ||
</ol> | </ol> | ||
<em>For more detailed instructions, follow those of the official Raspberry Pi foundation <a href="//www.raspberrypi.org/help/noobs-setup/" class="blue">here</a>, substituting Raspbian for NOOBSCOPE where appropriate.</em></p> | <em>For more detailed instructions, follow those of the official Raspberry Pi foundation <a href="//www.raspberrypi.org/help/noobs-setup/" class="blue">here</a>, substituting Raspbian for NOOBSCOPE where appropriate.</em></p> |
Revision as of 22:15, 18 September 2015