Installing SysOn for SysML V2 on a local computer
Автор: modeldrivenhu
Загружено: 2023-12-18
Просмотров: 2813
IMPORTANT! THERE IS A MISSING STEP TO CREATE A DOCKER IMAGE. Added to a text description also added a second video as well where I show how to do!
In the following video I demonstrate how to install SysOn on a local computer. #sysmlv2 #sysml #mbse
--------------------------------------------------------------------------------------------
Prereq:
Install all the necessary libraries and applications
Create a token
--------------------------------------------------------------------------------------------
Get source:
git clone https://github.com/eclipse-syson/syso...
--------------------------------------------------------------------------------------------
Build:
npm login --scope=@NAMESPACE --auth-type=legacy --registry=https://npm.pkg.github.com
npm config set script-shell "C:\Program Files\Git\bin\bash.exe"
npm ci
npx turbo run build
"C:\Program Files\git\bin\bash.exe"
Copy files:
mkdir -p backend/application/syson-frontend/src/main/resources/static
cp -R frontend/syson/dist/* backend/application/syson-frontend/src/main/resources/static
exit
Set environmental variables
set USER={github_username}
set PASSWORD={token}
Make the build:
mvn -U -B -e clean verify --settings settings.xml
--------------------------------------------------------------------------------------------
Create the docker image:
docker build -t syson backend/application/syson-application
--------------------------------------------------------------------------------------------
Run the app:
cd backend/application/syson-application
docker-compose up
--------------------------------------------------------------------------------------------
Access it:
localhost:8080
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: