Skip to content

Installation guide

elmiba edited this page Mar 31, 2020 · 8 revisions

How-To Guide

Requirements:

  • You need to have Chromium version 72 or later installed on your device! You can check by typing chromium-browser --version in your terminal.

Installing on Raspbian

Manual Installation

🔥
This is recommended for more advanced users who want to chose their Installation path and much more.
  1. Download or clone the files from the "code" section! if you want to clone the files then install git via your command line and navigate in the terminal to your desktop. Then enter:

       git clone https://github.com/elmiba/Teams.git
  2. Open a terminal window and enter following code to make the the files executeable and to install the programm:

          sudo chmod a+x /home/pi/Desktop/Teams/Teams/Install.sh && sudo /home/pi/Desktop/Teams/Teams/Install.sh&
  3. After that you should see a Desktop icon called teams!

💡
When you encounter any issues with the installtion, please review the troubleshooting guide in the wiki first.

Automatic installation (installer)

🔥
Recommended when you just want to install the WebApp!
  1. Go to the the release page on GitHub and chose the version best suited for you! In this case use vX.XRPi where the X is the newest stable version.

  2. Download only the .deb file from the previously selected release!

  3. Now execute the downloaded file, by double-clicking it and when the installer is finished installing you should be ready to go.

  4. You can find Teams now in the menu under the office category.

💡
When you encounter any issues with the installtion, please review the troubleshooting guide in the wiki first.

Installing Teams on other distributions of Linux

Manual Install

This will be added soon!

Automatic Install

⚠️
Follow the steps from the Raspberry Pi guide on how to install with .deb package except for the Version oft release! Select here a release wich has NOT the suffix RPi !!! For Example: v1.0 not v1.0RPi