Digital Twin for the University of Skövde, used in some courses
|
Some checks failed
Playwright Tests / test (push) Has been cancelled
Reviewed-on: #1228 |
||
|---|---|---|
| .github/workflows | ||
| Bruno BFC2K | ||
| DockerCompose | ||
| entryPoint | ||
| frontend | ||
| generateMockup | ||
| middleware | ||
| readMockup | ||
| scripts | ||
| service | ||
| .gitignore | ||
| BoundlessFlowCampus2K.slnx | ||
| folder.yml | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.js | ||
| README.md | ||
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