Starting Origin Server

  1. Unzip the distribution files.
  2. Move to the httporigin directory.
  3. On Linux, execute the following command to start the Origin Server:
    origin_start.sh
    Note: Start Origin Server as a daemon process for the server to continue running even after the terminal is closed or the user is logged out.
    nohup sh origin_start.sh &