Configure folio-morning glory hosted reference environment
Description
Environment
Potential Workaround
clones
is cloned by
Checklist
hideTestRail: Results
Activity
John Malconian February 16, 2023 at 4:28 AM
This reference build for the Morning Glory release is now up at: https://folio-morning-glory.dev.folio.org. It is rebuilt every Sunday.
Anya February 14, 2023 at 8:52 PM
checking in on this ...
Marc Johnson October 7, 2022 at 9:58 AM
At the request of @Ann-Marie Breaux and @Oleksii Petrenko this topic has been raised to the Community Council because it seems that neither the DevOps team or the KitFox team are in a place to address this need.
Here is more information on my report to the Community Council.
Jakub Skoczen October 6, 2022 at 12:00 PM
@Ann-Marie Breaux @Oleksii Petrenko John had a series of knowledge-transfer sessions with Kitfox devops to enable them to perform release-related tasks and setting up release environments is one of these tasks. Is there are particular reason why this can't be handled by Kitfox? Do we need to more knowledge-sharing and/or docs?
Ann-Marie Breaux October 5, 2022 at 8:46 PM
@Oleksii Petrenko @Anton Emelianov @Jakub Skoczen @Mark Veksler @Hkaplanian What's the next step? How do we move this forward?
Note: Please include the flower-version (e.g. "Morning Glory, 2022-R2" or "Morning Glory, 2022-R2 hotfix 3") in the
config.aboutInstallVersion
variable ofstripes.config.js
, so it displays on the Settings > Software versions page (/settings/about).config.aboutInstallDate
can be specified as well, e.g.module.exports = { okapi: { 'url':'...', 'tenant':'...' }, config: { // ... aboutInstallDate: "2022-10-31", aboutInstallVersion: "Morning Glory, 2022-R2", },