From 6f8bf15e12af1f5cefdf82e3d2a08c93cb677d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Del=20Solar?= Date: Wed, 8 May 2024 13:56:32 -0400 Subject: [PATCH] Fix README to match code files --- README.md | 2 +- simpl-build.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 simpl-build.sh diff --git a/README.md b/README.md index 6b915b960..a63b06bd7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Continuous deployment: https://ci.simplcommerce.com - Update the connection string in appsettings.json in SimplCommerce.WebHost. - Run the simpl-build.sh file by issuing the following command: "sudo ./simpl-build.sh". For ubuntu 18: "sudo bash simpl-build.sh" - In the terminal, navigate to "src/SimplCommerce.WebHost" and type "dotnet run" and then hit "Enter". -- Open http://localhost:5000 in the browser. The back-office can be accessed via /Admin using the following built-in account: admin@simplcommerce.com, 1qazZAQ! +- Open http://localhost:49206 in the browser. The back-office can be accessed via /Admin using the following built-in account: admin@simplcommerce.com, 1qazZAQ! ## Technologies and frameworks used: diff --git a/simpl-build.sh b/simpl-build.sh old mode 100644 new mode 100755