These short instructions will only guide you through a simple installation of DATE NextSoftware
DATE depends in many external libraries
Install this packages as ROOT user:
Correct the ownership and permissions on the DATE tree
chown -R dateuser:dategroup /opt/date
Create MySQL? user accounts (needed only once after MySQL? server install)
unset DATE_SITE
. /date/setup.sh
newMysql.sh
To do as dateuser
Create DATE_SITE
Answer yes at the question "Do you want to create a minimal configuration?". This will create a simple standalone setup consisting of one LDC and one GDC on the same node.
newDateSite.sh
To do as ROOT user
Configure the services (to be run on all DATE hosts as root)
export DATE_SITE=/dateSite
. /date/setup.sh
dateLocalConfig -s
Stop the firewall (to be done after each boot)
/etc/init.d/iptables stop
Launch the DIM name server where appropriate (to be done after each boot)
/date/runControl/start_dim.sh &
To do as dateuser
Launch the infoLoggerServer where appropriate (to be done after each boot)