Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
  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
      Code Block
      chmod 755 /etc/init.d/gondola
      
    4. update rc and start the server
      Code Block
      titleubuntu
      update-rc.d gondola defaults
      /etc/init.d/gondola start