Update README.md and scripts for improved setup and service management

- Changed repository URLs in README.md for consistency.
- Enhanced start.sh with a service health check function to verify if services are running and responding.
- Improved output messages in start.sh and stop.sh for better user experience.
- Added checks for port conflicts and ensured proper stopping of services in stop.sh.
This commit is contained in:
chamiakJ
2025-04-21 20:54:50 +05:30
parent 04ffc049b0
commit 50c4f1a6ac
3 changed files with 147 additions and 64 deletions

View File

@@ -62,7 +62,7 @@ These instructions will help you set up and run the Worklenz project on your loc
1. Clone the repository
```bash
git clone https://github.com/yourusername/worklenz.git
git clone https://github.com/Worklenz/worklenz.git
cd worklenz
```
@@ -124,7 +124,7 @@ The project includes a fully configured Docker setup with:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/worklenz.git
git clone https://github.com/Worklenz/worklenz.git
cd worklenz
```
@@ -272,8 +272,8 @@ The project includes a fully configured Docker setup with:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/worklenz-react-v1.git
cd worklenz-react-v1
git clone https://github.com/Worklenz/worklenz.git
cd worklenz
```
2. Start the Docker containers (choose one option):