We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cb75e commit b1edacaCopy full SHA for b1edaca
README.md
@@ -40,6 +40,19 @@ docker-compose build && docker-compose up
40
> [!IMPORTANT]
41
> Before the MySQL database initial, the scanner container will exit. Need to restart the scanner after the MySQL database initial.
42
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
56
## Manual Deployment
57
58
### Requirements
0 commit comments