Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Sv translation
languagefr

Translations Ignore


Code Block
languagebash
apt-get -y install default-jdk


Translations Ignore


Code Block
cp -a /home/jtel/shared/JTELCarrierPortal/Utils/Install/PlatformUDPlistener/ /home/jtel/ cp -a /home/jtel/PlatformUDPlistener/systemd/jtel-listener.service /usr/lib/systemd/system rm -f /home/jtel/PlatformUDPlistener/conf/hazelcast.xml cp -a /home/jtel/shared/hazelcast.xml /home/jtel/PlatformUDPlistener/conf/hazelcast.xml


Translations Ignore


Code Block
languagebash
systemctl enable jtel-listener


Translations Ignore


Code Block
languagebash
ufw allow 5701:5801/tcp


Translations Ignore


Code Block
languagebash
service jtel-listener start


Translations Ignore


Code Block
languagebash
cat <<EOFF > /usr/local/bin/updatepl.sh #!/bin/bash systemctl stop jtel-listener cp /home/jtel/shared/JTELCarrierPortal/Utils/Install/PlatformUDPlistener/bin/platform-UDP-listener-1.0-jar-with-dependencies.jar /home/jtel/PlatformUDPlistener/bin chown jtel:jtel /home/jtel/PlatformUDPlistener/bin/* systemctl start jtel-listener EOFF chmod +x /usr/local/bin/updatepl.sh