-
Notifications
You must be signed in to change notification settings - Fork 2
Plotting on the Apache web server
PickyPointer edited this page Sep 17, 2020
·
6 revisions
This is relatively straightforward
- Install the Apache server
- Start the server
- Move the new_plotter html code so the server can see it
- Add apache to /etc/init.d/ so it will start when the computer is booted up
> sudo apt-get install apache2
> sudo systemctl start apache2
> sudo cp ~/GitRepo/SrE/labrad_tools/plotter/html/new_plotter.html /var/www/html/new_plotter
> sudo update-rc.d apache2 defaults
Now the server is running. Any computer on the network can now see the plotter page by going to yecookiemonster.colorado.edu/new_plotter with a web browser.