Skip to content

Commit b1edaca

Browse files
authored
Update README.md
1 parent 34cb75e commit b1edaca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ docker-compose build && docker-compose up
4040
> [!IMPORTANT]
4141
> Before the MySQL database initial, the scanner container will exit. Need to restart the scanner after the MySQL database initial.
4242
43+
## Local Deployment
44+
45+
```bash
46+
# Clone the repository
47+
git clone https://github.com/madneal/gshark.git
48+
cd gshark
49+
50+
# Make the script executable (only needed once)
51+
chmod +x deployment.sh
52+
53+
# Run the script to build and start the service
54+
./deployment.sh
55+
4356
## Manual Deployment
4457

4558
### Requirements

0 commit comments

Comments
 (0)