- Login to your Linux PC as user precis and open a terminal window
- Download the PRECIS zip file Precis_vn2.0.0.zip to $HOME
You can download with a browser at http://www.precisrcm.com/PRECIS/Precis_vn2.0.0.zip
Or you can use the wget tool in Linux:
cd $HOME
wget http://www.precisrcm.com/PRECIS/Precis_vn2.0.0.zip
- Unzip the file, entering the file password (ask the PRECIS team) when requested
unzip Precis_vn2.0.0.zip
- Switch to root/superuser mode
# su - (switch to root/superuser)
- Uninstall the package "ksh" if it is installed (required)
# rpm -e ksh
- Install pdksh if not already installed (required)
# rpm -Uvh $HOME/Precis_vn2.0.0/utils/pdksh-5.2.14-16.i386.rpm
- Activate the at daemon (atd)
# Yast2
go to System --> System Services (Runlevel)
choose atd, click on Enable, Continue, OK, then Finish and Yes
- Exit from superuser to normal user mode
# exit
- Install PRECIS in user (not superuser!) mode
cp -v $HOME/Precis_vn2.0.0/install* $HOME
cd $HOME
./install_precis $HOME/Precis_vn2.0.0
- Choose a three letter prefix for your Runids
- Wait while the installation runs
- Source setvars (. ~/setvars)
- Type precis to open the user interface