Skip to content

Building

Code Lover edited this page Nov 16, 2021 · 1 revision

Interface Testing

  • In a webbrowser navigate to http://localhost:7805/
  • Open a terminal in the Source Folder
  • Start the Webserver with ./Server.sh

If you missing execution permissions: sudo chmod ug+x Server.sh


App Building

  • Open a terminal in the Source Follder
  • Start the build with ./Build.sh

This will build rust in debug mode.

The compiled application can now be found in
the Source Folder and at /target/debug/Pinout

Clone this wiki locally