Skip to content

Self-hosted installer. Install VisualTeams on your servers !

Notifications You must be signed in to change notification settings

visualteams/installer

Repository files navigation

VisualTeams

VisualTeams Self Hosted

Install VisualTeams directly on your servers

Requirements

Supported Linux distributions

  • Ubuntu (18.04/20.04)
  • Debian (9/10)

Installation of VisualTeams on other operating system may be possible but not supported. VisualTeams is developed for Linux-based operating systems. It does not run on Microsoft Windows, and we have no plans to support it in the near future. It does not run on ARM architecture, and we have no plans to support it in the near future.

Software requirements

General

Install these dependencies from your package manager :

apt install git jq

Mails

VisualTeams needs a fully functional mail server. You must provide a mail url (e.g. smtps://USERNAME:PASSWORD@HOST:PORT)

Video conferencing

If you plan to use video conferencing, you need a fully functional self-hosted Jitsi server :

Another option is to use VisualTeams video-conferencing cloud server. Ask your account manager for more information.

Hardware requirements

  • 4 cores is the recommended minimum number of cores
  • 4GB RAM is the required minimum memory size
  • Storage is depending on your use. If you plan to use videoconferencing replays and/or file exchange massively, you must allocate more storage.

This configuration supports approximately 100 users.

Installation

  1. Clone this repository on your server
git clone https://github.com/visualteams/installer.git
cd installer
  1. Create a .env file and fill it with your configuration. Some tips to fill this file is directly written in the file.
cp .env.example .env
  1. Run the configurator to initialize the VisualTeams settings
chmod +x configure-settings.sh && ./configure-settings.sh 
  1. Finally, start your VisualTeams Instance
chmod +x run.sh && ./run.sh 

Upgrade

Soon…

About

Self-hosted installer. Install VisualTeams on your servers !

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages