webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
468 stars 126 forks source link

Getting error while installing on Ubuntu 20.04 #151

Closed gharia closed 3 years ago

gharia commented 4 years ago

Hi,

I am trying to install KITE on Ubuntu 20.04. During the Configure KITE step, getting below error. And KITE_HOME also not getting set

Do you want to start the Grid (y/n)?  y
./setupLocalGrid.sh: line 9: cd: /localGrid: No such file or directory
Setup completed.
./setupLocalGrid.sh: line 14: ./startGrid.sh: No such file or directory
ss7424Refar commented 4 years ago

I just happened to meet it. My solution is

  1. vi /etc/profile
  2. export KITE_ HOME = /opt /GitHub/KITE/ (your KITE path)
  3. source /etc/profile
  4. Re execute . /configureLinux.sh
namvuCosmo commented 4 years ago

Hi,

Sorry for the late reply, I haven't had time to look into this yet. @gharia is the solution @ss7424Refar suggested working for you?

gharia commented 3 years ago

Hey @namvuCosmo,

Thanks for asking. I just tried @ss7424Refar suggested solution and I can confirm it worked perfectly fine. Thank you guys for helping. Closing this issue.