Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreedme-snap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2016-10-17 03:30:25 +0300
committerGitHub <noreply@github.com>2016-10-17 03:30:25 +0300
commit05e78fa55a13d65054d3ff2dfdeb064a670e83f5 (patch)
tree9d74273b732daeeb234a0dff148db83d5f969731
parent98b538bde6a81f16c99da2333ce716030c1eaf8d (diff)
parent9edc42d85d3264c015eacd372969bc59a70878eb (diff)
Merge pull request #8 from nextcloud/enoch85-patch-1
Enable app via CLI + add info about the VM
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index c8d6b52..5b1c710 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,8 @@ git clone https://github.com/strukturag/nextcloud-spreedme.git spreedme
```bash
$ wget https://github.com/strukturag/nextcloud-spreedme/archive/v0.3.3.tar.gz
$ tar zxvf v0.3.3.tar.gz
-$ mv nextcloud-spreedme-0.3.3 nextcloud-spreedme
+$ mv nextcloud-spreedme-0.3.3 spreedme
+$ sudo -u www-data php /var/www/nextcloud/occ app:enable spreedme
```
*Note: You need to adjust the version number*
@@ -122,5 +123,8 @@ $ mv nextcloud-spreedme-0.3.3 nextcloud-spreedme
* You can create rooms and share the link to other Nextcloud users on the same instance
* You can define the video quality in the settings panel, after clicking on the wheels icon, top right
+### Nextloucd VM
+This snap is included in the [Nextcloud VM](https://github.com/nextcloud/vm) and installed when you boot for the first time.
+
----
-Spreed WebRTC & Spreed.ME (c)2016 struktur AG \ No newline at end of file
+Spreed WebRTC & Spreed.ME (c)2016 struktur AG