diff options
author | nodiscc <nodiscc@gmail.com> | 2020-08-16 19:14:40 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | 9417f1337eb518bd303017369fc66a074c1963bc (patch) | |
tree | 14a7dc6b2e86b9ead66ca612a90fda6818d4ad05 /doc | |
parent | 1a19c921a9a94f555c43fd932f9f57ddd5747889 (diff) | |
download | Shaarli-9417f1337eb518bd303017369fc66a074c1963bc.tar.gz Shaarli-9417f1337eb518bd303017369fc66a074c1963bc.tar.zst Shaarli-9417f1337eb518bd303017369fc66a074c1963bc.zip |
doc: server configuration: add asciicast of server configuration procedure (asciinema)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Server-configuration.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index c1cf4310..7da7995d 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -22,6 +22,13 @@ Setup a **firewall** (using `iptables`, [ufw](https://www.digitalocean.com/commu | |||
22 | 22 | ||
23 | Shaarli makes outbound HTTP/HTTPS connections to websites you bookmark to fetch page information (title, thumbnails), the server must then have access to the Internet as well, and a working DNS resolver. | 23 | Shaarli makes outbound HTTP/HTTPS connections to websites you bookmark to fetch page information (title, thumbnails), the server must then have access to the Internet as well, and a working DNS resolver. |
24 | 24 | ||
25 | |||
26 | ### Screencast | ||
27 | |||
28 | Here is a screencast of the installation procedure | ||
29 | |||
30 | [![asciicast](https://asciinema.org/a/z3RXxcJIRgWk0jM2ws6EnUFgO.svg)](https://asciinema.org/a/z3RXxcJIRgWk0jM2ws6EnUFgO) | ||
31 | |||
25 | -------------------------------------------------------------------------------- | 32 | -------------------------------------------------------------------------------- |
26 | 33 | ||
27 | ### PHP | 34 | ### PHP |