From c231cb69d6d6b94ff3908672aeb4074504bf54dc Mon Sep 17 00:00:00 2001 From: Sara Djordjevic <sarasdj@stud.ntnu.no> Date: Thu, 1 Feb 2024 11:29:05 +0100 Subject: [PATCH] refactor: move images to folder --- README.md | 18 +++++++++--------- image-1.png => images/image-1.png | Bin image-10.png => images/image-10.png | Bin image-2.png => images/image-2.png | Bin image-3.png => images/image-3.png | Bin image-4.png => images/image-4.png | Bin image-5.png => images/image-5.png | Bin image-6.png => images/image-6.png | Bin image-7.png => images/image-7.png | Bin image-8.png => images/image-8.png | Bin image-9.png => images/image-9.png | Bin image.png => images/image.png | Bin 12 files changed, 9 insertions(+), 9 deletions(-) rename image-1.png => images/image-1.png (100%) rename image-10.png => images/image-10.png (100%) rename image-2.png => images/image-2.png (100%) rename image-3.png => images/image-3.png (100%) rename image-4.png => images/image-4.png (100%) rename image-5.png => images/image-5.png (100%) rename image-6.png => images/image-6.png (100%) rename image-7.png => images/image-7.png (100%) rename image-8.png => images/image-8.png (100%) rename image-9.png => images/image-9.png (100%) rename image.png => images/image.png (100%) diff --git a/README.md b/README.md index 8b7b71ad..0fbb7164 100644 --- a/README.md +++ b/README.md @@ -6,36 +6,36 @@ This project requires the use of MongoDB. To use the application a database must 2. ?Create an organization? 3. On the left-hand side in the menu under "Organization", press the "Project" tab. - + 4. In the right-hand corner, press "New Project" and name it as you wish. - + 5. After successful creation, you should be taken to a page called "Overview". In the middle of the page right below "Create a deployment", press the button that says "+ Create" - + 6. When creating a database deployment, select the M10 template. The provider and region can be selected as is most fit to the organization. - + 7. Name your cluster appropriately. Optionally, give your cluster tags. Press "Create". - + 8. After deploying the database you will be taken to the Security Quickstart page. Choose the option "certificate", and chose an appropriate "Common Name". Toggle the "Download certificate when user is added" on, and select a certificate expiration. Then press the "Add User" button. - + 9. After pressing "Add User", the access certificate will automatically be downloaded to your PC. The certificate will be used to access your database, and should be kept in a safe location to prevent unauthorized access. - + 10. Still in the Security Quickstart page, scroll down to the "Where would you like to connect from?" section. Press "Add My Current IP Address", and then press "Finish and close" at the bottom of the page. - + - + 11. You have now created a database deployment, but you will still have to configure the connection to the database. \ No newline at end of file diff --git a/image-1.png b/images/image-1.png similarity index 100% rename from image-1.png rename to images/image-1.png diff --git a/image-10.png b/images/image-10.png similarity index 100% rename from image-10.png rename to images/image-10.png diff --git a/image-2.png b/images/image-2.png similarity index 100% rename from image-2.png rename to images/image-2.png diff --git a/image-3.png b/images/image-3.png similarity index 100% rename from image-3.png rename to images/image-3.png diff --git a/image-4.png b/images/image-4.png similarity index 100% rename from image-4.png rename to images/image-4.png diff --git a/image-5.png b/images/image-5.png similarity index 100% rename from image-5.png rename to images/image-5.png diff --git a/image-6.png b/images/image-6.png similarity index 100% rename from image-6.png rename to images/image-6.png diff --git a/image-7.png b/images/image-7.png similarity index 100% rename from image-7.png rename to images/image-7.png diff --git a/image-8.png b/images/image-8.png similarity index 100% rename from image-8.png rename to images/image-8.png diff --git a/image-9.png b/images/image-9.png similarity index 100% rename from image-9.png rename to images/image-9.png diff --git a/image.png b/images/image.png similarity index 100% rename from image.png rename to images/image.png -- GitLab