Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions INSTALL/INSTALL.ubuntu2404.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ sudo apt-get install -y php php-cli php-common php-mysql php-zip php-gd php-mbst

Create and run the [install_latest_fo_release.sh](../scripts/install_latest_fo_release.sh) script with `sudo`
to download the latest Monarc release and unpack it into `/var/lib/monarc/`.
```bash
wget -O - https://raw.githubusercontent.com/monarc-project/MonarcAppFO/refs/heads/master/scripts/install_latest_fo_release.sh > install_latest_fo_release.sh
sudo install_latest_fo_release.sh
```

> The script is built to be used in the CI/CD pipelines and will fail with a clear error if the release is not reachable or the deploy directory already exits.

Expand Down
Loading