Skip to main content

installation

1. windows localhost

install persianmeet server and client

The installation process is very easy and can be installed in less than 1 minutes

  1. download persianmeet full package (server and client) for windows
  2. unzip file
  3. open persianmeet folder
  4. double-click on persianmeet.exe
  5. open the Chrome browser and enter the http://localhost:8000

admin user name : admin

admin pass : 1111

for deploy on windows server see deploy.

.

2. ubuntu | debian localhost

  1. update os
sudo apt-get update
  1. install dependence
sudo apt-get install -y wget nano unzip mupdf-tools 
  1. download persianmeet full package (server and client) for linux
wget  https://dl.learn100.ir/pmeet/persianmeet-linux-v1.041.zip
  1. unzip file
unzip  persianmeet-linux-v1.041.zip
  1. open persianmeet folder
cd persianmeet
sudo chmod +x persianmeet app/sfu
  1. run app
./persianmeet  
  1. open the Chrome browser and enter the http://localhost:8000

for deploy on linux server see deploy linux.