Start to document Ansible/Composer requirements
This commit is contained in:
parent
7d8460ef0a
commit
5b2c9b2708
1 changed files with 20 additions and 1 deletions
|
@ -1,7 +1,26 @@
|
||||||
# Deploying Drutopia updates
|
# 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
|
```bash
|
||||||
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private
|
cd ~/Projects/drutopia-platform/drutopia_host/hosting_private
|
||||||
ahoy git-pull-all
|
ahoy git-pull-all
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue