21 lines
322 B
Plaintext
21 lines
322 B
Plaintext
|
#### 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
|
||
|
```
|