Skip to content

10/install md#11316

Open
rfalkenstein wants to merge 3 commits intoILIAS-eLearning:release_10from
rfalkenstein:10/install-md
Open

10/install md#11316
rfalkenstein wants to merge 3 commits intoILIAS-eLearning:release_10from
rfalkenstein:10/install-md

Conversation

@rfalkenstein
Copy link
Contributor

I did a re-check of the upgrade process from ILIAS 9 to ILIAS 10.

  1. Install a clean ILIAS 9
  2. Git checkout release_10 in the same directory
  3. ran npm according to docu + composer afterwards (this works and it creates the public/ according to
    "pre-install-cmd": [
    )
  4. This means we don't need the step sudo -u www-data mkdir -p public/Customizing/global/plugins anymore
  5. However, I added npm and composer below since you should install the locked packages before running an upgrade.

@rfalkenstein rfalkenstein added the documentation Pull requests that only update or add documentation. label Mar 23, 2026
sudo -u www-data composer install --no-dev
sudo -uwww-data mkdir -p public/Customizing/global/plugins
mv data/* public/data/
mv Customizing/global/plugins/* public/Customizing/global/plugins/
Copy link
Contributor Author

@rfalkenstein rfalkenstein Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be a good idea to delete Customizing in the ILIAS root after moving the necessary directories. Same for data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Pull requests that only update or add documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant