Add instructions to become member of platform project for access to private repos

This commit is contained in:
benjamin melançon 2022-10-03 16:23:44 -04:00
parent 5b89e1c795
commit 48d9dfa94d

View file

@ -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.