Difference between revisions of "Virtual development environment"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
To help aid in development of codeunits a VirtualBox image is available for download, contact us for the link. | To help aid in development of codeunits a VirtualBox image is available for download, contact us for the link. | ||
The image is setup with MariaDB, Tomcat 8, Netbeans 11.3 and a java-project that automatically deploys to the local Tomcat instance and has access to the TS-API with javadoc. | The image is setup with MariaDB, Tomcat 8, Netbeans 11.3 and a java-project that automatically deploys to the local Tomcat instance and has access to the TS-API with javadoc. |
Latest revision as of 12:38, 3 October 2023
To help aid in development of codeunits a VirtualBox image is available for download, contact us for the link.
The image is setup with MariaDB, Tomcat 8, Netbeans 11.3 and a java-project that automatically deploys to the local Tomcat instance and has access to the TS-API with javadoc.
If the image is connected to a bridged network, the database and webserver are accessible from other machines (port 3306 and 8080 are open). use the command ip a
to find the IP of the machine.
The image is running Debian 12 with a custom LXDE interface.