From aee5abee375803d46aa8f36c55be5a1d73ca7445 Mon Sep 17 00:00:00 2001 From: M Farrel Danendra Rachim <13521048@std.stei.itb.ac.id> Date: Wed, 27 Sep 2023 09:46:04 +0700 Subject: [PATCH] feat: Create template profile --- README.md | 2 +- src/server/app/View/user/profile.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c5315..d3138c4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This guide is primarily intended for Windows users. For Linux users please adjus 2. (For Linux) Install Docker from terminal. For installation guide please visit the link: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 3. Open your preferred terminal navigate towards the main "drawl" folder. 4. Type `bash scripts/build-image.sh` to run the script file. -5. Run `docker compose up` (+ another flag like `-d` (optional)) +5. Make sure Docker Desktop is currently running. Run `docker compose up` (+ another flag like `-d` (optional)) 6. Add `.env` file on root dir. The format is same like `.env.example` 7. Add `.env` file on the `.src/server`. The format is same like `.env.example` on that folder. Make sure that the "DB_NAME" parameter is filled with an existing database (e.g. fill it with "postgres") 8. Open the web on `localhost:8008` and the database admin on `localhost:8080` diff --git a/src/server/app/View/user/profile.php b/src/server/app/View/user/profile.php index e69de29..af528b0 100644 --- a/src/server/app/View/user/profile.php +++ b/src/server/app/View/user/profile.php @@ -0,0 +1,3 @@ +<div class="full-screen"> + +</div> \ No newline at end of file -- GitLab