1. (Optional) create user and switch to this user (example: gondola)
  2. download the correct binary 
  3. unzip the binary
  4. copy .globus directory to home directory of the user
  5. install the startup script
    1. copy the example script to the location of startup script
    2. modify the script according to your setting
    3. make file executable
      chmod 755 /etc/init.d/gondola
      
    4. update rc and start the server
      update-rc.d gondola defaults
      /etc/init.d/gondola start