readme updatye
This commit is contained in:
parent
8251796b76
commit
48b350597d
14
Readme.md
14
Readme.md
|
|
@ -9,18 +9,20 @@ Instalation
|
||||||
|
|
||||||
Install Ubuntu server 24.04 and run following commands as root
|
Install Ubuntu server 24.04 and run following commands as root
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp;
|
||||||
apt install git -y
|
apt install git -y;
|
||||||
cd /tmp
|
cd /tmp;
|
||||||
git clone --depth 1 https://git.dbhatt.org/hw_partner/urmic_digital_encoder_decoder.git
|
git clone --depth 1 https://git.dbhatt.org/hw_partner/urmic_digital_encoder_decoder.git;
|
||||||
cd urmic_digital_encoder_decoder
|
cd urmic_digital_encoder_decoder;
|
||||||
chmod +x install.sh
|
chmod +x install.sh;
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
|
||||||
after reboot visit https://IP:8080
|
after reboot visit https://IP:8080
|
||||||
default Username :- shreebhattji
|
default Username :- shreebhattji
|
||||||
default password :- foreverstreamingpartner
|
default password :- foreverstreamingpartner
|
||||||
|
|
||||||
|
|
||||||
Under Licence https://github.com/shreebhattji/Urmi
|
Under Licence https://github.com/shreebhattji/Urmi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue