1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: EPICS Archiver compatibility w/Debian 12, Tomcat 10 |
From: | Sky Brewer via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 7 Nov 2024 08:29:19 +0000 |
Hi Windsor, I have no plans to make the conversion. I would be very happy if someone were to contribute such a pull request! I heard someone maybe had gotten part of the way at the Collaboration meeting? In terms of site-specific installs, there is an example in the archiver repository: https://github.com/archiver-appliance/epicsarchiverap/tree/master/src/sitespecific/slacdev Based partly on the one Han Lee made. The documentation for it can be found at
https://epicsarchiver.readthedocs.io/en/latest/sysadmin/customization.html#site-specific-builds
Generally, you can run something like: ARCHAPPL_SITEID="sitename" gradle assemble Inside of the top of the archiver repository, where “sitename” is replaced with a folder name within src/sitespecific/ or is the path to a folder with the site-specific build files. Hope that helps! Sky |