818 B
818 B
SEAWeb
The WEB GUI client of SEA.
This repository contains the code of the server for the control and graphical parts, plus the client code (HTML, CSS, JS)
Global architecture
The current server exposes some routes for the graphical part and the control part. It also serves the client files.
Installation (!!! WIP !!!)
- Clone this repository on the
~folder on your machine - If not done yet, activate a Python environnment
- Run the command
cd seaweb
Configuring the application (!!! WIP !!!)
Starting the application (!!! WIP !!!)
- Run the command
cd ~/seaweb
Stopping the application
- Run the command
ps ax | grep seaweb - In the output of the previous command, identifiy the PID corresponding to the server process
- Run the command
kill <previously_identified_PID>