summarylogtreecommitdiffstats
path: root/nutch.install
diff options
context:
space:
mode:
authorWebDawg2016-10-09 17:26:18 -0600
committerWebDawg2016-10-09 17:26:18 -0600
commit569e289778309c456a3f0e9ffbd074440996d188 (patch)
treea822e0cf8f09837eaea1ee357c517ca435ef7809 /nutch.install
parent767fd43c293d8e471b354bc09cc05b89cbd73b8a (diff)
downloadaur-569e289778309c456a3f0e9ffbd074440996d188.tar.gz
more services
Diffstat (limited to 'nutch.install')
-rw-r--r--nutch.install24
1 files changed, 18 insertions, 6 deletions
diff --git a/nutch.install b/nutch.install
index 006fe9f75d55..8e97681bf6a5 100644
--- a/nutch.install
+++ b/nutch.install
@@ -1,14 +1,26 @@
print_core_message() {
cat <<EOT
-To use the nutch restful API
-which you really do not HAVE to do
-as the software can just be run
-by itself you will have to
-Start the nutch service first!
- $ sudo systemctl restart nutch
+3 Options:
+Use the nutch cli and run against it
+
+or to use the nutch restful API
+
+Start the nutch-rest service
+ $ sudo systemctl restart nutch-rest
This basically runs
nutch nutchserver
but generates java home first
+
+There is also a Web Based Config tool
+ $ sudo systemctl restart nutch-webapp
+This basically runs
+ nutch webapp
+but generates java home first
+
+Port Defaults:
+8081 for rest api
+8080 for web based config tool
+
EOT
}