Skip to content

EPICS Archiver Appliance Configuration Environment for ALS/ALS-U at LBNL

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.tomcat
Notifications You must be signed in to change notification settings

jeonghanlee/epicsarchiverap-env

Repository files navigation

EPICS Archiver Appliance Configuration Environment

Configuration Environment for Customized or Legacy EPICS Archiver Appliance for the Advanced Light Source Upgrade (ALS-U) Project at Lawrence Berkeley National Laboratory. Please check the latest discussions for your own customizations.

Debian 12

Pre-requirement packages

make init
scripts/required_pkgs.sh

MariaDB

sudo systemctl start mariadb
sudo systemctl status mariadb
#
make db.secure
make db.addAdmin
make db.show
make db.create
make db.show
make sql.fill
make sql.show

Tomcat 9

make vars FILTER=TOMCAT
make tomcat.get
make tomcat.install
make tomcat.exist

Build, install, and Service

make build
make install
make exist
#
make sd_start
make sd_status

Switch between different source commits

First, update SRC_TAG in configure/RELEASE, then make srcupdate