You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-48Lines changed: 7 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,41 +31,13 @@ When a new Element Web release is detected:
31
31
32
32
The processed Element Web files are available in the `processed/` directory. Deploy them to your Apache web server as you would normally deploy Element Web.
33
33
34
-
### Apache Configuration Example
34
+
1. backup your config.json file
35
+
2. Clone this repository to your hosting / server
36
+
3. create a symlink to the /processed folder to serve the application
37
+
4. whenever there's a new release, run git pull on your hosting / server
38
+
5. copy your config.json file back into the processed folder
35
39
36
-
```apache
37
-
<VirtualHost *:443>
38
-
ServerName element.example.com
39
-
40
-
DocumentRoot /var/www/element-web
41
-
42
-
<Directory /var/www/element-web>
43
-
Options -Indexes +FollowSymLinks
44
-
AllowOverride None
45
-
Require all granted
46
-
</Directory>
47
-
48
-
# SSL configuration
49
-
SSLEngine on
50
-
SSLCertificateFile /path/to/cert.pem
51
-
SSLCertificateKeyFile /path/to/key.pem
52
-
</VirtualHost>
53
-
```
54
-
55
-
## Manual Processing
56
-
57
-
To manually process a specific Element Web release:
└── current-release.txt # Tracks the current version
89
-
```
90
-
91
50
## License
92
51
93
-
This repository contains automation scripts and workflows. The Element Web application itself is licensed under the Apache License 2.0. See the [Element Web repository](https://github.com/element-hq/element-web)for details.
52
+
This repository contains automation scripts and workflows and is licensed under **AGPL-3.0**. The `processed/` folder contains files from [element-web](https://github.com/element-hq/element-web)and remains licensed under **AGPL** according to the upstream license.
0 commit comments