Skip to content

Commit 26ecdda

Browse files
authored
removed old instructions (#106)
1 parent 342c928 commit 26ecdda

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

-30
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,6 @@ BSU CS481 Capstone Project
88
### Access
99
To access the webpage, go to http://192.168.0.202:3000 in any web browser on any device on your LAN, and you should see the homepage.
1010

11-
### DNSmasq Setup
12-
Update the RaspberryPi before moving forward with these terminal commands:
13-
14-
`sudo apt-get update`
15-
`sudo apt-get upgrade`
16-
17-
Install DNSmasq:
18-
19-
`sudo apt install dnsmasq`
20-
21-
Drag and drop (or copy over) the dnsmasq.conf file in /backend from the repository into: /etc on the RaspberryPi
22-
Restart dnsmasq:
23-
24-
`sudo systemctl restart dnsmasq` (if this doesn't work do a: sudo reboot)
25-
26-
Check that DNSmasq is installed and running with:
27-
28-
`sudo systemctl status dnsmasq`
29-
You should get a large print out of information in the terminal with a little green line that should say active (running).
30-
31-
### Install DNSutils for future caching of static addresses:
32-
33-
`sudo apt install dnsutils`
34-
35-
Check that DNSutils is working by running:
36-
37-
`dig <any website here> @localhost`
38-
39-
You should get another large printout of information with the response time being around 50-100ms if you pinged google.com
40-
Running the command again you should see that the response time is now at just about 0ms.
4111

4212
### Using auto-start script for program
4313

0 commit comments

Comments
 (0)