Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Installing OpenGTS 2.6.7 on ubuntu 20.04 LTS AWS Instance

Installing OpenGTS 2.6.7 On Ubuntu 20.04 LTS AWS Instance
  1. sudo apt update
  2. sudo apt-get install apache2 php7.4 mysql-server libmariadb-java ant unzip
  3. sudo apt install default-jre
  4. sudo apt install default-jdk
  5. sudo vim /etc/profile
  6. Place #7 the end of the file:
  7. JAVA_HOME=/usr/lib/jvm/default-java
    PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
    export JAVA_HOME
    export JRE_HOME
    export PATH
  8. sudo useradd -m -d /opt/tomcat -U -s /bin/false tomcat
  9. sudo apt update
  10. cd /tmp
  11. sudo apt-cache search tomcat
  12. sudo apt install tomcat9 tomcat9-admin
  13. sudo nano /etc/tomcat9/tomcat-users.xml


  14. sudo systemctl restart tomcat9
  15. http://localhost:8080 with your credentials from above.

The post Installing OpenGTS 2.6.7 on ubuntu 20.04 Lts Aws Instance appeared first on Skysoft Incorporated.



This post first appeared on Small Business IT Services Orlando | Network Suppo, please read the originial post: here

Share the post

Installing OpenGTS 2.6.7 on ubuntu 20.04 LTS AWS Instance

×

Subscribe to Small Business It Services Orlando | Network Suppo

Get updates delivered right to your inbox!

Thank you for your subscription

×