Update remote_access.rst
This commit is contained in:
parent
f839c3f343
commit
2cea563f7f
|
@ -2,12 +2,12 @@
|
||||||
Remote access
|
Remote access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This tutorial is allowing your Raspberry Pi
|
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Make sure your Raspberry Pi is connected to Internet either via WiFi or Ethernet.
|
Make sure your Raspberry Pi is connected to Internet either via WiFi or Ethernet.
|
||||||
|
|
||||||
|
Update your Pi
|
||||||
|
==============
|
||||||
|
|
||||||
Use the command lines to first update and upgrade your Raspbian ::
|
Use the command lines to first update and upgrade your Raspbian ::
|
||||||
|
|
||||||
|
@ -18,10 +18,21 @@ It's a good practice to reboot after that using ::
|
||||||
|
|
||||||
$ sudo reboot now
|
$ sudo reboot now
|
||||||
|
|
||||||
Install all the required packages this command ::
|
Packages installation
|
||||||
|
=====================
|
||||||
|
|
||||||
|
Install the packages for the standalone WiFi ::
|
||||||
|
|
||||||
$ sudo apt-get install dnsmasq hostapd -y
|
$ sudo apt-get install dnsmasq hostapd -y
|
||||||
|
|
||||||
|
Install the packages for the standalone WiFi ::
|
||||||
|
|
||||||
|
$ sudo apt-get install dnsmasq hostapd -y
|
||||||
|
$ sudo apt-get install git -y
|
||||||
|
$ git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
|
||||||
|
$ cd RPi_Cam_Web_Interface
|
||||||
|
$ ./install.sh
|
||||||
|
|
||||||
|
|
||||||
.. _test_suite:
|
.. _test_suite:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue