Open main menu

DAVE Developer's Wiki β

Changes

Building and running Fledge and Fledge GUI
==Building and running Fledge and Fledge GUI==
For convenience, <code>sshd</code> was set up in order to access the target remotely over SSH connections. This step is not strictly necessary, but it is recommended because it allows to work more effectively as shown in the rest of the article.
 
Furtehrmore, <code>armbian</code> user was added to the <code>sudoers</code> file as Fledge may require root privileges to execute some operations. As we are working in a development environment, this can be tolerated.
Fledge and Fledge GUI were built starting from the <code>develop</code> of their respective GitHub repositories.
armbian@sbcorca-00a5:~/devel/fledge$ git clone https://github.com/fledge-iot/fledge-gui.git
...
Build at: 2023-04-18T16:04:36.723Z - Hash: b7cd6cc33931ce39 - Time: 98000ms
 
** Angular Live Development Server is listening on 0.0.0.0:4200, open your browser on http://localhost:4200/ **
 
✔ Compiled successfully.
</pre>
Starting from the minimal Debian 11 image, the target's default configuration was changed in order to:
*
==Visualize Fledge GUI on a local display==
4,650
edits