From 5b2c9b27088a96fb4492c22334f9df1221aaf3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 May 2021 12:04:40 -0400 Subject: [PATCH] Start to document Ansible/Composer requirements --- tools/deploying-drutopia-updates.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/tools/deploying-drutopia-updates.md b/tools/deploying-drutopia-updates.md index 3676073..b29bda0 100644 --- a/tools/deploying-drutopia-updates.md +++ b/tools/deploying-drutopia-updates.md @@ -1,7 +1,26 @@ # Deploying Drutopia updates +## Prerequsites + +Note that this is sort of + +```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 +``` + +(Yeah that's more PHP than you need.) + +The commands from: + +https://getcomposer.org/download/ + +And then: + +```bash +sudo mv composer.phar /usr/local/bin/composer +``` + ```bash cd ~/Projects/drutopia-platform/drutopia_host/hosting_private ahoy git-pull-all - ```