Skip to content

Commit c52ec83

Browse files
Bisha FatimaBisha Fatima
authored andcommitted
Adding setup for honors thesis study 2026
1 parent c724451 commit c52ec83

39 files changed

Lines changed: 380 additions & 106 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

.intellijPlatform/self-update.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-03
1+
2026-03-23

KOALA ERD.pdf

92.8 KB
Binary file not shown.

KOALA ERD.vsdx

49.6 KB
Binary file not shown.

KOALA Instructions.docx

677 KB
Binary file not shown.

KOALA Instructions.pdf

616 KB
Binary file not shown.

KOALA Setup Guide - Server.docx

16 KB
Binary file not shown.

KOALA Setup Guide - Server.pdf

70.6 KB
Binary file not shown.

docker-compose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
services:
22
server:
3-
image: koala-server:latest # Create the local image: docker build --platform linux/amd64 -t koala-server .
4-
platform: linux/amd64
3+
image: registry.jetbrains.team/p/tasktracker-3/sharable/tasktracker-server:latest
54
ports:
65
- "8080:8080"
6+
extra_hosts:
7+
- "host.docker.internal:host-gateway"
78
environment:
8-
- DB_URL=jdbc:postgresql://host.docker.internal:5432/koala
9-
- DB_USERNAME=
10-
- DB_PASSWORD=
9+
- DB_URL=jdbc:postgresql://host.docker.internal:5432/tasktracker
10+
- DB_USERNAME=BishaFatima
11+
- DB_PASSWORD=Bisha#333

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pluginSinceBuild = 243
1111
pluginUntilBuild = 252.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14-
platformType = PY
14+
platformType = IC
1515
platformVersion = 2024.3
1616

1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html

0 commit comments

Comments
 (0)