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
      ubuntu
      cp [location of binary]/service/cyberintegrator.ubuntu /etc/init.d/cyberintegrator
      
    2. modify the script according to your setting
    3. make file executable
      chmod 755 /etc/init.d/cyberintegrator
      
    4. update rc and start the server
      ubuntu
      update-rc.d cyberintegrator defaults
      /etc/init.d/cyberintegrator start
      
  • No labels