Tag : setup

Home » Posts tagged setup"

This blog describes how to upgrade an existing customer with cloud hosting. Note that we assume a build has been performed in Jenkins with a build TAG available for upgrade. TMS – DbServer and desktop Identify the release TAG (e.g. v13.13.0-b40-20190603) in source tree Login to Control Panel Go to the customer’s profile -> Manage ..

Read more

Project setup set up source tree, ensure it’s version 13.11 or above eclipse -> new General project, set to correct folder Right click project – > configure -> convert to maven project Maven->update project Ensure that project uses at least JDK1.8 , note JDK not jre Run Maven install Run tms.web copy development’s site.properties file ..

Read more

checkout project classhub to C:\workspace\classhub in eclipse, new project for each sub directory: classhub-core classhub-api classhub-appserver classhub-web turn each project into Maven project, Maven->update project, and Run->Maven install Download and install Tomcat 7. https://tomcat.apache.org/download-70.cgi To run classhub, we need to run tomcat Note we change server.xml in tomcat to support SSL (https). Document can be ..

Read more

Java JDK Make sure jdk1.6.0_b45 is install in “c:\SportLogic.Java\jdk1.6.0_45”. Download here if not already installed: https://s3-ap-southeast-2.amazonaws.com/sportlogic/java/jdk-6u45-windows-x64.exe Also install Java 8 JDK (download from Oracle) e.g. JDK1.8.0_191. Install in c:\SportLogic.Java\jdk1.8.0_191. Add “JAVA_HOME” to environment variable (Control Panel > System > Advanced Settings”. Point to “c:\SportLogic.Java\jdk1.8.0_191”. Eclipse Install Install Eclipse IDE for Java EE Developers e.g. Oxygen ..

Read more