From 00340b1fc37a791b7e4af2e2badd03abc0b769e9 Mon Sep 17 00:00:00 2001 From: OvaOksehode <143404627+OvaOksehode@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:45:15 +0100 Subject: [PATCH] Update README.md Added azurite step --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bb277..09ea37c 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,10 @@ IKT201 - Exam Project ## Smart commits The jigit plugin is configured with smart commits; you can read all about them here: https://support.atlassian.com/bitbucket-cloud/docs/use-smart-commits/ +## Development environment requires Azurite +Official azurite Docker image: docker pull mcr.microsoft.com/azure-storage/azurite + +Download the image and run it, this should expose the emulator to the project. + ## Problem with JiGit -JiGit will have the wrong namepattern for a github branch and must therefore not include "task\" or other issue prefixes. This is because github does not accept "\" but only "/". That is why you have to always manually change the "\" -> "/" \ No newline at end of file +JiGit will have the wrong namepattern for a github branch and must therefore not include "task\" or other issue prefixes. This is because github does not accept "\" but only "/". That is why you have to always manually change the "\" -> "/"