Update remote_access.rst

This commit is contained in:
tpollina 2019-12-04 16:08:15 -08:00 committed by GitHub
parent f839c3f343
commit 2cea563f7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ::
@ -17,10 +17,21 @@ Use the command lines to first update and upgrade your Raspbian ::
It's a good practice to reboot after that using :: It's a good practice to reboot after that using ::
$ sudo reboot now $ sudo reboot now
Packages installation
=====================
Install all the required packages this command :: 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: