Skip to content

ExtremeXP-VU/ExtremeXP-portal

 
 

Repository files navigation

ExtremeXP portal

Build and Run

  1. Make sure that Docker is installed in your system and that the Docker deamon is running.
  2. Copy (or rename) the ".env.example" file into a file called ".env"
    1. Configure .env
  3. In the root folder (i.e. the folder contains docker-compose.yaml file) issue:
    sudo docker compose build # only if you need to rebuild before running
    sudo docker compose up -d
  4. Access the app via http://localhost/

Deploy on SSH

To deploy the framework on a server with public IP, you need to change the VITE_API_URL for the frontend HTTP request in web-app/.env. For example,

// for local development
VITE_API_URL = 'http://127.0.0.1/';

// for SSH deployment
VITE_API_URL = 'http://145.1xx.2xx.2x/';

Demo

Network Deployment:

newtwork_structure

Login

login

Dashboard:

dashboard experiments dashboard experiments deletion dashboard tasks

Editor:

editor editor composite task editing editor label editing editor task config panel editor task variant selection editor add task variant editor model save editor model save as

About

Holds the main user portal for interacting with the ExtremeXP framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.3%
  • SCSS 17.8%
  • Python 17.1%
  • Dockerfile 0.4%
  • JavaScript 0.1%
  • HTML 0.1%
  • Other 0.2%