Files
seweb/README.md
2024-08-21 14:40:56 +02:00

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 !!!)

  1. Clone this repository on the ~ folder on your machine
  2. If not done yet, activate a Python environnment
  3. Run the command cd seaweb

Configuring the application (!!! WIP !!!)

Starting the application (!!! WIP !!!)

  1. Run the command cd ~/seaweb

Stopping the application

  1. Run the command ps ax | grep seaweb
  2. In the output of the previous command, identifiy the PID corresponding to the server process
  3. Run the command kill <previously_identified_PID>