summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Hansson <github@techandme.se>2018-06-13 16:53:30 +0200
committerGitHub <noreply@github.com>2018-06-13 16:53:30 +0200
commit25e3f806527f20fbf7da4d555ba383e90b198906 (patch)
tree21efd0eadf2b3b86bb6cfcc2cdb9e53c5078b4d8 /README.md
parent043cdd260ff8fc5649de46f15cb8a562139f16da (diff)
add info about install script
Feeedback is welcome!
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2231bdf6..a8a94d734 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,16 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
If you have suggestions or problems, please [open an issue](https://github.com/nextcloud/spreed/issues) or contribute directly :)
+
+### Installing
+
+There are several ways of installing Talk. If you just need to enable local access it's enough to just enable the app from the Nextcloud App Store.
+
+If you need to use Talk from outside your own LAN, or through a strict firewall you need to install and setup a TURN server. That's a bit more tricky, but the guys from [Nextcloud VM](https://github.com/nextcloud/vm) has developed a script which takes care of everything for you. You can find the script [here](https://github.com/nextcloud/vm/blob/master/apps/talk.sh). The script is tested on Ubuntu Server 18.04, but should work on 16.04 as well. Please keep in mind that it's developed for the VM specifically and any issues should be reported in that repo, not here.
+
+**Here's a short video on how it's done:**<br>
+[![Install Talk on Nextcloud](https://lh3.googleusercontent.com/crCv9cBtaOz-5BqpXp0Dhxjq3kyh5rbg0oKx2_BlCwZe2i3nuGhkK2zIzzdCMXFVal8=s180)](https://youtu.be/KdTsWIy4eN0)
+
## Disabling internal camera/audio for testing
* Disable camera until reboot: `sudo modprobe -r uvcvideo`