Skip to content

Running and configuration of HOP server

Maksym Figat edited this page Jun 26, 2015 · 4 revisions

Home | Previous | Next


Running and testing server

  • Run HOP server:
/PATH_TO_SERVER_HOP/hop -v -g -p 9999
  • Test if server is working, press here to test it!

Create hop account

HOP configuration

  • After generating the HOP configuration file with the Wizard weblet, disable access restriction for the anonymous user. Go to the '~/.config/hop/' directory and edit the 'wizard.hop' file, so it now contains the following expression:

(add-user! "anonymous" :directories (quote *) :services (quote *))


Home | Previous | Next

Clone this wiki locally