diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index 74a8161..a3566a3 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -26,7 +26,7 @@ Most of them are more polished than VROOM, but I've found none entirely opensource, so I started this project.
- You can get the source, and folow the development of VROOM on the github page + You can get the source, and follow the development of VROOM on the github page of the project.
@@ -38,11 +38,11 @@VROOM implements the following features:
- VROOM is available in French and English. You're welcome to submit patches or pull requests to enhance localization, or add new ones. + VROOM is available in French and English. You're welcome to submit patches or pull requests to enhance existing localizations, or add new ones.
@@ -62,19 +62,20 @@WebRTC allows browsers to browsers direct connections. This provides the best latency as it avoids round trip through a server, which is important with real time communications. But it also ensures the privacy of your communications. VROOM takes advantage of those - new WebRTC technologies, and does the following: + new technologies, and does the following:
- If you want to run your own server, you'll need the following components + If you want to run your own VROOM instance, you'll need the following components
- The follwoing command will install everything required to run VROOM + The following command will install everything required to run VROOM
yum install git tar wget httpd mod_ssl openssl mariadb-server \\ 'perl(Mojolicious)' 'perl(Mojolicious::Plugin::I18N)' 'perl(Mojolicious::Plugin::Mail)' \\ @@ -199,7 +200,7 @@ CREATE DATABASE `vroom` CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL PRIVILEGES ON `vroom`.* TO 'vroom'@'localhost' IDENTIFIED BY 'MySuperPassw0rd'; FLUSH PRIVILEGES;-
@@ -220,7 +221,7 @@ mysql -uroot vroom < /opt/vroom/docs/database/schema.mysql Copy the config you want in /etc/httpd/conf.d/
-This section is for video quality settings. the available settings are
Download the latest version from here and extract the archive
-journalctl -fl -u turnserver.service-