From 81aace8c1eec011f65b1a71f15873fd2e4b5c3cd Mon Sep 17 00:00:00 2001 From: Akshata Khedekar Date: Sep 24 2020 12:20:50 +0000 Subject: [PATCH 1/4] Add Zoom Document --- diff --git a/modules/ROOT/pages/zoom.adoc b/modules/ROOT/pages/zoom.adoc new file mode 100644 index 0000000..a95127a --- /dev/null +++ b/modules/ROOT/pages/zoom.adoc @@ -0,0 +1,28 @@ += Installing Zoom on Fedora + +== Description +https://www.zoom.us[Zoom Video Communications]. Inc. is an American communications technology company headquartered in San Jose, California. It provides videotelephony and online chat services through a cloud-based peer-to-peer software platform and is used for teleconferencing, telecommuting, distance education, and social relations. + +== How to Setup + +In Fedora one can setup zoom using the following steps + +=== Using a graphical installer (Fedora only) + +If you're using Fedora GNOME edition, you can install Zoom using the GNOME application center. + +* Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center]. +* Open the download location using a file manager. +* Double click the RPM installer file to open it in the GNOME application center. +* Click Install. +* Enter your admin password and continue the installation when prompted. + + +=== Using the Terminal + +* Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center]. +* Type in the following command and press Enter to run it. +-------------------------------- +sudo dnf install zoom_x86_64.rpm +-------------------------------- +* Enter your admin password and continue the installation when prompted. From 98c99ca15833cbdc2112244f018d379275c86556 Mon Sep 17 00:00:00 2001 From: Akshata Khedekar Date: Sep 30 2020 08:26:08 +0000 Subject: [PATCH 2/4] Made corrective Changes --- diff --git a/modules/ROOT/pages/zoom.adoc b/modules/ROOT/pages/zoom.adoc index a95127a..cd3acbb 100644 --- a/modules/ROOT/pages/zoom.adoc +++ b/modules/ROOT/pages/zoom.adoc @@ -9,7 +9,7 @@ In Fedora one can setup zoom using the following steps === Using a graphical installer (Fedora only) -If you're using Fedora GNOME edition, you can install Zoom using the GNOME application center. +If you're using Fedora Workstation Edition, you can install Zoom using the GNOME application center. * Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center]. * Open the download location using a file manager. @@ -20,6 +20,7 @@ If you're using Fedora GNOME edition, you can install Zoom using the GNOME appli === Using the Terminal +* Open Terminal and navigate to /Downloads * Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center]. * Type in the following command and press Enter to run it. -------------------------------- From 2b23d1ce91cbdebb6eab0c33c1e941fd64d892b8 Mon Sep 17 00:00:00 2001 From: Akshata Khedekar Date: Oct 02 2020 09:24:57 +0000 Subject: [PATCH 3/4] Fixed the recommended changes. --- diff --git a/modules/ROOT/pages/zoom.adoc b/modules/ROOT/pages/zoom.adoc index cd3acbb..52724af 100644 --- a/modules/ROOT/pages/zoom.adoc +++ b/modules/ROOT/pages/zoom.adoc @@ -20,7 +20,7 @@ If you're using Fedora Workstation Edition, you can install Zoom using the GNOME === Using the Terminal -* Open Terminal and navigate to /Downloads +* Open Terminal and navigate to ~/Downloads * Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center]. * Type in the following command and press Enter to run it. -------------------------------- From 37fd0734daa0a0ab6ca9804b161d5020a66bec0e Mon Sep 17 00:00:00 2001 From: Akshata Khedekar Date: Oct 02 2020 09:29:00 +0000 Subject: [PATCH 4/4] made changes --- diff --git a/modules/ROOT/pages/zoom.adoc b/modules/ROOT/pages/zoom.adoc index 52724af..3342c98 100644 --- a/modules/ROOT/pages/zoom.adoc +++ b/modules/ROOT/pages/zoom.adoc @@ -1,7 +1,8 @@ = Installing Zoom on Fedora == Description -https://www.zoom.us[Zoom Video Communications]. Inc. is an American communications technology company headquartered in San Jose, California. It provides videotelephony and online chat services through a cloud-based peer-to-peer software platform and is used for teleconferencing, telecommuting, distance education, and social relations. +https://www.zoom.us[Zoom Video Communications]. Inc. is an American communications technology company headquartered in San Jose, California. +It provides videotelephony and online chat services through a cloud-based peer-to-peer software platform and is used for teleconferencing, telecommuting, distance education, and social relations. == How to Setup