Replace installer script – remove launch-intranet.sh

Created on 4 June 2025, 2 days ago

Context:

Currently, Open Intranet uses a launch-intranet.sh file to handle project setup and installation.

This approach was originally based on how Droopler and Drupal CMS 1.0 handled installation.

However, starting from Drupal CMS 1.1, the .sh installer script was removed in favor of a simpler and more standard setup using ddev commands.

Task:

We should analyze whether Open Intranet can also remove the launch-intranet.sh script and update the documentation accordingly. The new installation steps would be:

git clone https://git.drupalcode.org/project/openintranet.git openintranet
cd openintranet
ddev config --project-type=drupal11 --docroot=web
ddev start
ddev composer install
ddev launch

Current installation:

git clone https://git.drupalcode.org/project/openintranet.git openintranet
cd openintranet
./launch-intranet.sh

Let’s investigate if switching to the standard ddev approach is feasible and beneficial for developer experience and maintainability.

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡΅πŸ‡±Poland grzegorz.bartman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024