Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
collab-space-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mona Schulz
collab-space-app
Commits
85674607
Unverified
Commit
85674607
authored
1 year ago
by
Marius Friess
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9d779eea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-0
25 additions, 0 deletions
README.md
with
25 additions
and
0 deletions
README.md
+
25
−
0
View file @
85674607
...
...
@@ -93,3 +93,28 @@ Zum Stoppen der App kann in dem Konsolen Fenster in dem die App läuft `Strg+C`
Nachdem oben die Schritte befolgt wurden ist zum Starten der App nur der Befehl
`docker compose up`
im entsprechnedem Ordner notwendig.

## Zusammenfassung - Kurzanleitung für Windows
Ausgangspunkt: Git, Docker & WSL2 installiert
-
Docker starten
-
WSL2 Konsole starten
-
'Ubuntu' in das Startfenster eingeben
-
SSH key erstellen
-
`ssh-keygen -t ed25519 -C "your_email@example.com"`
- Einfach alle Eingaben bestätigen
-
`eval "$(ssh-agent -s)"`
-
`ssh-add ~/.ssh/id_ed25519`
-
`cat ~/.ssh/id_ed25519.pub`
- Die Ausgabe dieses Commands in die Zwischenablage kopieren
-
Github Account Einstellungen öffnen -> Auf
`SSH and GPG keys`
klicken -> Neuen SSH key erstellen und eben kopierten Text einfügen
-
In das Verzeichnis wechseln, in welches die Repository gespeichert werden soll
-
`git clone --recurse-submodules git@github.com:KIT-PSE/collab-space-app.git`
-
`ls collab-space-app`
-
`./init.sh`
-
`docker compose up`
-
Auf das Starten des Docker Containers warten
-
Währenddessen seperate Konsole öffnen
-
Sobald der Docker Container läuft in der seperaten Konsole folgende Commands ausführen
-
`docker compose exec backend npx mikro-orm migration:up`
-
`docker compose exec backend npx mikro-orm seeder:run`
-
Nun sollte die Anwendung unter
`localhost:5173`
erreichbar sein
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment