Showing 1 changed files with 11 additions and 0 deletions
+11
README.md
... ...
@@ -136,6 +136,17 @@ If you finish installation, you can access the following URL.
136 136
 If you see an internal server error, look at the log file (gitprep/log/production.log)
137 137
 to see what problem has occurred.
138 138
 
139
+## C. Installation as sparrow plugin
140
+
141
+You may install gitprep as sparrow plugin. This installation favor is very similar as A):
142
+
143
+    $ sparrow plg install gitprep
144
+    $ sparrow plg run gitprep --param action=install   # to install gitprep server
145
+    $ sparrow plg run gitprep --param action=start     # to start gitprep server
146
+    $ sparrow plg run gitprep --param action=stop      # to stop gitprep server
147
+
148
+Follow [plugin documentation](https://sparrowhub.org/info/gitprep) for details.
149
+
139 150
 ## FAQ
140 151
 
141 152
 ## I can't install Gitprep on CentOS