I may have not understood, but this problem would clearly not be an issue with Opigno, and is likely an issue with the my implementation of ddev. Or just my lack of knowledge on the subject in general.
It is not currently possible to set up a local dev environment using ddev. After successfully importing a production database *(see belowddev import-db --src=(name of sql file)
) it still ends up bringing up the Opigno installation page.
curl -L https://raw.githubusercontent.com/drud/ddev/master/scripts/install_ddev.sh | bash
# Replace my-site-name!
export SITE_NAME=my-site-name
mkdir $SITE_NAME
cd $SITE_NAME
ddev config --docroot web --project-name $SITE_NAME --project-type drupal9 --create-docroot
ddev composer create opigno/opigno-composer
ddev composer require drush/drush
= ''
) "patches": {
"h5p/h5p-editor": {
"Fix whitelist check to be case insensitive": "https://github.com/h5p/h5p-editor-php-library/commit/bd871a3181f3e4a343351ae6a22d773a74d928b7.diff",
"Fix PHP 8 deprecation issue": "https://github.com/h5p/h5p-editor-php-library/commit/2edfd9b9e72d20e3b61f17a6836da21edb370624.diff"
}
}
ddev start
ddev import-db --src=(path to a Opigno database sql file)
ddev launch -p
ddev launch
Provide a way to install an existing database
Closed: works as designed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I may have not understood, but this problem would clearly not be an issue with Opigno, and is likely an issue with the my implementation of ddev. Or just my lack of knowledge on the subject in general.