Install the pipeline - NCAR/kcor-pipeline GitHub Wiki
To install the pipeline, perform the following steps:
-
Prerequisites: git, IDL, MySQL libs/headers.
-
Clone or download a copy of the source code from GitHub. For example, do the following somewhere
$ git clone https://github.com/ncar-mlso/kcor-pipeline.gitIf you already have the git repo cloned, make sure to get up-to-date code with:
$ git pull -
Change directories to the top directory of the repo in a terminal on the machine you are going to run on. All the following steps must also be performed on the machine you are going to run on.
-
Use
cmaketo configure. For example, the scriptlinux_configure.shwill produce a standard personal configuration for HAO Linux servers. There are other configuration scripts for the production or MLSO installations. Copy and editlinux_configure.shto make a custom configuration if you want to use a specific version of IDL, change the installation directory, etc. -
Enter the build directory,
cd buildif you usedlinux_configure.sh. -
Build and install with
$ make installThis installs the pipeline in
${HOME}/software/kcor-pipelineby default.