Skip to content

Commit 7dd2fa9

Browse files
committed
Updated README to add new configuration instructions and remove deprecated information.
1 parent 922bbc1 commit 7dd2fa9

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

Readme.txt

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
11
RaspiWiFi
22

3-
RaspiWiFi is a program to headlessly configure a Raspberry Pi's WiFi connection using using any other WiFi-enabled device (much like the way a Chromecast or similar device can be configured). RaspiWiFi has been tested with the Raspberry Pi B+ (using an Edimax USB WiFi adapter with modified driver as outlined in the "Prerequisites" section on this page http://www.daveconroy.com/turn-your-raspberry-pi-into-a-wifi-hotspot-with-edimax-nano-usb-ew-7811un-rtl8188cus-chipset/) and the Raspberry Pi 3. Although, it should technically work with any Raspberry Pi that has WiFi hardware.
3+
RaspiWiFi is a program to headlessly configure a Raspberry Pi's WiFi
4+
connection using using any other WiFi-enabled device (much like the way
5+
a Chromecast or similar device can be configured). RaspiWiFi has been
6+
tested with the Raspberry Pi B+, Raspberry Pi 3, and Raspberry Pi Zero W.
47

58

69

710
INSTALLATION INSTRUCTIONS:
811

9-
== Update your apt cache:
12+
== Navigate to the directory you downloaded or cloned RaspiWiFi to
1013

11-
sudo apt update
14+
== Run:
1215

13-
== Install dependencies:
14-
15-
sudo apt install python3 bundler libsqlite3-dev isc-dhcp-server hostapd
16-
17-
== Change to the "Configuration App" directory and install Rails gems:
18-
19-
cd Configuration\ App/
20-
sudo bundle install
21-
22-
== Change back to RaspiWiFi's root directory and run the initial setup:
23-
24-
cd ..
2516
sudo python3 initial_setup.py
2617

27-
== At this point your Raspberry Pi will reboot. When it finishes booting it should present itself in "Configuration Mode" as a WiFi access point with the name "RaspiWiFi Setup".
18+
== This script will install all necessary prerequisites, copy configuration files, and reboot. When it finishes booting it should present itself in "Configuration Mode" as a WiFi access point with the name "RaspiWiFi Setup".
2819

2920

3021

0 commit comments

Comments
 (0)