HCR_configuration

Configuration files and scripts for HCR real-time operations

This project is maintained by NCAR

Configuring the archiver host

The software on both the instrument and archiver computers run under Centos LINUX.

The user is hcr. Set the hsrl user login shell to tcsh. Make sure python is installed.

To install the LROSE software, see:

LROSE core

To configure the runtime environment on the HSRL archiver host, first check out hsrl_configuration:

  mkdir -p ~/git
  cd ~/git
  git clone https://github.com/ncar/HCR_configuration

Make the data directory, and give it the correct permissions:

  sudo mkdir -p /data/hcr
  sudo chown -R hcr /data/hcr

Go to the systems/scripts directory, and run the configuration script:

  cd ~/git/HCR_configuration/projDir/system/scripts
  ./configureHost.py

Source the .cshrc file

  source ~/.cshrc

Go to the projects directory:

  cd ~/projDir