diff --git a/tools/deploying-drutopia-updates.md b/tools/deploying-drutopia-updates.md index 63c7864..f65146e 100644 --- a/tools/deploying-drutopia-updates.md +++ b/tools/deploying-drutopia-updates.md @@ -4,6 +4,8 @@ A bit more PHP than you need, but this will definitely get you ready for composer and friends: +@TODO Switch these commands to PHP 8.1? + ```bash sudo apt-get install ansible rsync php7.4 php7.4-gd php7.4-mysql php7.4-xml php7.4-curl php7.4-fpm php7.4-sqlite3 php7.4-cli ``` @@ -22,6 +24,8 @@ To make working with [Drutopia Platform's recommended Ansible setup](https://git [github.com/ahoy-cli/ahoy](https://github.com/ahoy-cli/ahoy) +Get yourself added to the [Drutopia Platform project on GitLab](https://gitlab.com/groups/drutopia-platform/-/group_members) if you are not already, and [ensure your public SSH key is on Gitlab](https://gitlab.com/-/profile/keys). + Finally, [clone needed Drutopia repositories locally according to the recommended setup](creating-new-drutopia-site#overall-setup). Now you are ready for deploying Drutopia updates on a regular basis.