README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
26
ressources/element-web/README.MD
Normal file
26
ressources/element-web/README.MD
Normal file
|
@ -0,0 +1,26 @@
|
|||
#### element-web
|
||||
|
||||
##### Information
|
||||
Site : https://element.io/
|
||||
|
||||
Source : https://github.com/vector-im/element-web
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt install element-web
|
||||
|
||||
# sample configuration for apache2
|
||||
|
||||
cp /usr/share/doc/element-web/apache2-element-web.conf /etc/apache2/sites-available/element-web.conf
|
||||
a2ensite element-web
|
||||
|
||||
# edit /etc/apache2/sites-available/element-web.conf
|
||||
# edit /etc/element-web/config.json
|
||||
|
||||
systemctl restart apache2
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue