add cloudbeaver
This commit is contained in:
parent
eaeb8ed670
commit
f6de507351
14 changed files with 142 additions and 23 deletions
20
ressources/phpbb/README.MD
Normal file
20
ressources/phpbb/README.MD
Normal file
|
@ -0,0 +1,20 @@
|
|||
#### phpbb
|
||||
|
||||
##### Information
|
||||
Site : https://www.phpbb.com/
|
||||
|
||||
Source : https://github.com/phpbb/phpbb
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
|
||||
apt-get install -y phpbb phpbb-install
|
||||
|
||||
#after configuration
|
||||
|
||||
apt-get purge -y phpbb-install
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue