Digital Twin for the University of Skövde, used in some courses
Find a file
a24julot baf32db399
Some checks failed
Playwright Tests / test (push) Has been cancelled
Merge pull request 'Another-cleanup' (#1228) from Another-cleanup into both_teams_week_8
Reviewed-on: #1228
2026-05-28 12:13:08 +00:00
.github/workflows Added playwright to this branch 2026-05-15 14:37:12 +02:00
Bruno BFC2K Added Layout service to bruno 2026-05-25 06:04:47 +02:00
DockerCompose Updated scripts 2026-05-28 13:02:06 +02:00
entryPoint solarService routing fixed 2026-05-28 13:45:26 +02:00
frontend Update to package-lock 2026-05-28 13:50:47 +02:00
generateMockup Updated projects and solution file 2026-05-28 12:54:28 +02:00
middleware Updated projects and solution file 2026-05-28 12:54:28 +02:00
readMockup solarService routing fixed 2026-05-28 13:45:26 +02:00
scripts Updated scripts 2026-05-28 13:02:06 +02:00
service solarService routing fixed 2026-05-28 13:45:26 +02:00
.gitignore Enviroment variable change in Menu (+ cleanup) 2026-05-26 13:23:53 +02:00
BoundlessFlowCampus2K.slnx Updated projects and solution file 2026-05-28 12:54:28 +02:00
folder.yml Added Layout service to bruno 2026-05-25 06:04:47 +02:00
LICENSE Initial commit 2025-12-03 13:00:12 +01:00
package-lock.json Added playwright to this branch 2026-05-15 14:37:12 +02:00
package.json Added playwright to this branch 2026-05-15 14:37:12 +02:00
playwright.config.js Added playwright to this branch 2026-05-15 14:37:12 +02:00
README.md fixed with 2026-05-25 10:32:20 +02:00

BoundlessFlowCampus2K

Digital Twin is used in some courses at the University of Skövde

For a complete installation, follow these steps.

1. Check the system requirements:

2. Install the environment by following these steps:

Note: You need to restart Visual Studio if you install software that should be available from the terminal. So if the terminal command is not recognised, restart Visual Studio (it works slightly differently when working directly in the *NIX CLI).

3. Set up the environment by following these steps

4. Run the installation and rebuild script

In VS code, open a terminal and cd into the scripts directory. Then run the command based on your OS.

  • Windows: .\WindowsInstallation.bat
  • Linux: sh ./UnixInstallation.sh

Run the rebuild script based on your OS.

  • Windows: .\WindowsRebuild.bat
  • Linux: sudo sh ./UnixRebuild.sh

If you're having problems with docker, The Docker can be purged with:

  • docker system prune -a