Skip to content

Commit

Permalink
Changed the default port the configuration web page is hosted from to…
Browse files Browse the repository at this point in the history
… 9191 to avoid conflicts with other common web-based applications that might be used on the same Pi.
  • Loading branch information
jasbur committed Feb 25, 2018
1 parent b42a09f commit 6f2805f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USAGE:

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

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

== 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.

Expand Down
2 changes: 1 addition & 1 deletion Reset Device/static_files/rc.local.aphost
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion Reset Device/static_files/rc.local.aphost.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

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

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

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

Expand Down

0 comments on commit 6f2805f

Please sign in to comment.