-
Notifications
You must be signed in to change notification settings - Fork 4
Jitsi Meet Development Environment
Alexis Morel edited this page Oct 20, 2019
·
5 revisions
- NPM
- NodeJS
git clone [email protected]:jitsi/jitsi-meet.git
cd jitsi-meet
npm install
npm audit fix
make
sudo apt install -y nginx
sudo systemctl start nginx.service
sudo systemctl enable nginx.service
cd
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
sudo apt update -y
sudo apt install jitsi-meet
During the installation, when you are asked to prodive a hostname, put localhost. After that select generate a new self-signed certificate.
Edit this file:
nano /etc/nginx/sites-available/localhost.conf
Change root variable to path from root of the cloned repo at step 1.
service nginx reload
service nginx restart
Now hit https://localhost and you are supposed to see your local changes.
- Jitsi Meet -> https://github.com/jitsi/jitsi-meet
- Home
- Steno
- Tools
- Jitsi Meet
- Static Libraries
- Speech-to-Text nodejs API
- Hardware
- Additional informations