installation
1. windows localhost
install persianmeet server and client
The installation process is very easy and can be installed in less than 1 minutes
- download persianmeet full package (server and client) for windows
- unzip file
- open persianmeet folder
- double-click on persianmeet.exe
- 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
- update os
sudo apt-get update
- install dependence
sudo apt-get install -y wget nano unzip mupdf-tools
- download persianmeet full package (server and client) for linux
wget https://dl.learn100.ir/pmeet/persianmeet-linux-v1.041.zip
- unzip file
unzip persianmeet-linux-v1.041.zip
- open persianmeet folder
cd persianmeet
sudo chmod +x persianmeet app/sfu
- run app
./persianmeet
- open the Chrome browser and enter the http://localhost:8000
for deploy on linux server see deploy linux.