Skip to content

Commit 6f2805f

Browse files
committed
Changed the default port the configuration web page is hosted from to 9191 to avoid conflicts with other common web-based applications that might be used on the same Pi.
1 parent b42a09f commit 6f2805f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USAGE:
2424

2525
== Connect to the "RaspiWiFi Setup" access point using any other WiFi enabled device.
2626

27-
== Navigate to http://10.0.0.1 using any web browser on the device you connected with.
27+
== Navigate to http://10.0.0.1:9191 using any web browser on the device you connected with.
2828

2929
== Select the WiFi connection you'd like your Raspberry Pi to connect to from the drop down list and enter its wireless password on the page provided. If no encryption is enabled, leave the password box blank.
3030

Reset Device/static_files/rc.local.aphost

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
python3 [[project_dir]]/Reset\ Device/reset.py &
2121

22-
su -c "cd [[project_dir]]/Configuration\ App/ && rails s -b 0.0.0.0 -e production -p 80 -d"
22+
su -c "cd [[project_dir]]/Configuration\ App/ && rails s -b 0.0.0.0 -e production -p 9191 -d"
2323

2424
hostapd -dd /etc/hostapd/hostapd.conf &
2525

Reset Device/static_files/rc.local.aphost.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
python3 [[project_dir]]/Reset\ Device/reset.py &
2121

22-
su -c "cd [[project_dir]]/Configuration\ App/ && rails s -b 0.0.0.0 -e production -p 80 -d"
22+
su -c "cd [[project_dir]]/Configuration\ App/ && rails s -b 0.0.0.0 -e production -p 9191 -d"
2323

2424
hostapd -dd /etc/hostapd/hostapd.conf &
2525

0 commit comments

Comments
 (0)