arachchi / onlineticketing

Online Bus Ticketing System for Interns Training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Ticketing

Steps for setting up the project are described below;

  1. Download and install the latest Wildfly application server from http://wildfly.org/downloads/

  2. Download and install the community edition of IntelliJ IDEA integrated development environment from http://www.jetbrains.com/idea/download/

  3. Clone the project from https://github.com/proavos/onlineticketing

git clone https://github.com/proavos/onlineticketing

  1. Import the project into IntelliJ Idea as a Maven project

  2. Setup MySQL datasource in Wildfly server as follows a. Define module under <WILDFLY_HOME>/modules/system/layers/base/com/mysql for mysql with the driver library included b. Add datasource definition to <WILDFLY_HOME>/standalone/configuration/standalone.xml

  3. Start the Wildfly server in standalone mode

sh <WILDFLY_HOME>/bin/standalone.sh

  1. Build and deploy the project

cd /onlineticketing mvn clean package wildfly:deploy

Note: You may integrate the Wildfly server into IntelliJ Idea and start the server from with in the IDE

About

Online Bus Ticketing System for Interns Training


Languages

Language:JavaScript 76.5%Language:Java 21.5%Language:CSS 2.0%