mirror of
https://github.com/FrodoVDR/UdpPipe.git
synced 2023-10-10 13:36:54 +02:00
Update README.md
This commit is contained in:
parent
bd099764f6
commit
11e3ece72c
@ -22,13 +22,16 @@ udppipe-client.service is for the tail computer on the internet.
|
|||||||
In the sample folder you will find examples of the head or tail configuration which must be copied to /etc.
|
In the sample folder you will find examples of the head or tail configuration which must be copied to /etc.
|
||||||
|
|
||||||
Next step clone this git:
|
Next step clone this git:
|
||||||
|
|
||||||
cd /usr/local
|
cd /usr/local
|
||||||
git clone "this git"
|
git clone "this git"
|
||||||
|
|
||||||
On the server at home:
|
On the server at home:
|
||||||
|
|
||||||
cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc
|
cp /usr/local/UdpPipe/sample/server/udppipe.ini /etc
|
||||||
|
|
||||||
On the client on the internet:
|
On the client on the internet:
|
||||||
|
|
||||||
cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc
|
cp /usr/local/UdpPipe/sample/client/udppipe.ini /etc
|
||||||
|
|
||||||
Change the ini files to the setting you need.
|
Change the ini files to the setting you need.
|
||||||
@ -36,11 +39,13 @@ Change the ini files to the setting you need.
|
|||||||
Next install the systemd services:
|
Next install the systemd services:
|
||||||
|
|
||||||
At home:
|
At home:
|
||||||
|
|
||||||
ln /usr/local/UdpPipe/systemd/udppipe-server.service /etc/systemd/system/udppipe-server.service
|
ln /usr/local/UdpPipe/systemd/udppipe-server.service /etc/systemd/system/udppipe-server.service
|
||||||
systemctl enable udppipe-server.service
|
systemctl enable udppipe-server.service
|
||||||
systemctl start udppipe-server.service
|
systemctl start udppipe-server.service
|
||||||
|
|
||||||
On the Internet:
|
On the Internet:
|
||||||
|
|
||||||
ln /usr/local/UdpPipe/systemd/udppipe-client.service /etc/systemd/system/udppipe-client.service
|
ln /usr/local/UdpPipe/systemd/udppipe-client.service /etc/systemd/system/udppipe-client.service
|
||||||
systemctl enable udppipe-client.service
|
systemctl enable udppipe-client.service
|
||||||
systemctl start udppipe-client.service
|
systemctl start udppipe-client.service
|
||||||
|
Loading…
Reference in New Issue
Block a user