You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation, both here in the README and on the docs repo, says that to install from your own codebase you need to set two variables in .env. They are even already included in sample.env:
# If you're just demoing or are starting from scratch, use this.
INSTALL_EXISTING_CONFIG=false
DRUPAL_INSTALL_PROFILE=standard
# If you're installing from an existing codebase, uncomment this#INSTALL_EXISTING_CONFIG=true#DRUPAL_INSTALL_PROFILE=minimal
However, these variables do not seem to be used, and I think we can remove them from the docs - and possibly from the system.
Since we changed to use the starter site, the commands that installs islandora are:
In utilities.sh, in function install_site, the variables used are INSTALL_EXISTING_CONFIG and PROFILE but I'm not sure if anything calls this function anymore?
The text was updated successfully, but these errors were encountered:
The documentation, both here in the README and on the docs repo, says that to install from your own codebase you need to set two variables in .env. They are even already included in sample.env:
However, these variables do not seem to be used, and I think we can remove them from the docs - and possibly from the system.
Since we changed to use the starter site, the commands that installs islandora are:
production
:starter-finalize
:The variables
INSTALL_EXISTING_CONFIG
andDRUPAL_INSTALL_PROFILE
do not factor in.However, these variables may be used from within the containers (i.e. scripts from within buildkit?)
In utilities.sh, in
function install_site
, the variables used areINSTALL_EXISTING_CONFIG
andPROFILE
but I'm not sure if anything calls this function anymore?The text was updated successfully, but these errors were encountered: