Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow the steps below to start an instance of the Nutch Server on localhost.

  1. :~$ cd runtime/local

...

Code Block
languagebash
titleStarting Nutch Server
linenumberstrue
collapsetrue
% cd runtime/local
% ./bin/nutch startserver -port <port_number> \[If the port option is not mentioned then by default the server starts on port 8081\]


The different API calls that can be made are listed below.

...