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: cyberintegrator)
  2. download the correct binary at https://opensource.ncsa.illinois.edu/jenkins/job/CyberintegratorServer/
  3. unzip the binary
  4. install the startup script
    1. copy the example script to the location of startup script
      Code Block
      titleubuntu
      cp [location of binary]/service/cyberintegrator.ubuntu /etc/init.d/cyberintegrator
      
    2. modify the script according to your setting
    3. make file executable
      Code Block
      chmod 755 /etc/init.d/cyberintegrator
      
    4. update rc and start the server
      Code Block
      titleubuntu
      update-rc.d cyberintegrator defaults
      /etc/init.d/cyberintegrator start