2020-08-08 02:58:16 +00:00
|
|
|
# Deploying Drutopia updates
|
2020-07-22 13:16:34 +00:00
|
|
|
|
2021-05-28 16:04:40 +00:00
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
2020-07-22 13:16:34 +00:00
|
|
|
```bash
|
|
|
|
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private
|
|
|
|
ahoy git-pull-all
|
|
|
|
```
|