diff --git a/README.md b/README.md index d3c5315e3a2147152ea6d5187c09d0872c9f46a3..d3138c497d845f4dac137523ecfdbcbbdc98b461 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..af528b0177c0fcfdc91c03d30eaf55aa1805a627 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