Installation¶
Info
If you find some bugs don't hesitate to mail at Hochschule Nordhausen
Warning
Not tested for Windows.
Standalone¶
FastAPI: Documentation
Django Framework: Documentation
Using System tools¶
- Install
Question
Geht das auch ohne Solver?
- Download the Github Repository
- Navigate to your designated project folder
- Download the repository for the website using
- Download the repository for external simulation images using
- Navigate into the backend folder (
cd ensys-backend
) - Run the build script
- on Mac/Linux:
bash build.sh
- on Windows:
- on Mac/Linux:
- Navigate into the ensys-gui folder (
cd ensys-gui
) - Create a Virtual Environment
- Start FastAPI
- Start Django
- Open your Browser and visit Local Website
- You can then login with
testUser
andASas12,.
or create your own account
Using PyCharm¶
- Follow steps 1 to 4
- Open Project in PyCharm
- Use the Run-Configurations which are saved in the project folder
- "Backend.run.xml" for the FastAPI-Backend
- "Frontend.run.xml" for the Django-Frontend
- "Offline.run.xml" Compound-run for Backend and Frontend
- "compose.run.xml" for Docker Compose deployment
- Run the configuration "Offline"
- Open your Browser and visit Local Website
- You can then login with
testUser
andASas12,.
or create your own account
Docker¶
- Follow steps 1 to 4
- Install Docker
- Navigate in the project folder
- Type
- Wait until completion
- Open your Browser and visit Local Website
- You can then login with
testUser
andASas12,.
or create your own account