|
@@ -1,3 +1,15 @@
|
|
|
# script
|
|
|
|
|
|
-A script for installation service
|
|
|
+A script for installation service
|
|
|
+
|
|
|
+About Script: It's a sample scipt to install/uninstall the server on Ubuntu.
|
|
|
+
|
|
|
+```
|
|
|
+#### Install the service
|
|
|
+Usage:
|
|
|
+ ./install.sh -u tangs -e /tmp/process -n process
|
|
|
+
|
|
|
+```
|
|
|
+Developing
|
|
|
+
|
|
|
+- [ ] Uninstall the server
|