Skip to content

Deployment in a Development Environment

Dr. M H B Ariyaratne edited this page Jul 27, 2019 · 19 revisions

For the development and testing purposes, you can easily clone the project and run with the help of NetBeans.

MS-Windows

Download a database like MySQL or MariaDB and install it following instructions.

Ubuntu

Install MySQL OR MariaDB (or anything else you like) and configure

Netbeans

Download the Netbeans with JDK bundle and install following instructions. Install all JavaEE plugins.

GlassFish

Download glassfish 4.1.2 server and unzip to a folder.

Clone Project

Clone the project with Netbeans.

Configure Netbeans

Open Netbeans and configure the glassfish server and MySQL.

Locate the persistance.xml and configure database.

Run the Project

Run the project and the web application will start in a browser window.

Clone this wiki locally