Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1 KB

README.md

File metadata and controls

33 lines (24 loc) · 1 KB

Orders application

Business Software, Ltd

How to use

Before using you must rename and configure these files:

  • persistence.properties.sample to persistence.properties
  • email.properties.sample to email.properties
  • provide settings for email and database

To use oracle database you need to install oracle jdbc into your local maven repository

Get Oracle jdbc driver

Download it from oracle.com or get it from {ORACLE_HOME}\jdbc\lib\

Install Oracle driver

mvn install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0.2 -Dpackaging=jar

[Wiki page] (https://github.com/bsoft-biz/orders/wiki/How-to-add-Oracle-JDBC-driver-in-your-Maven-local-repository)

Install fronted utils, package managers and load packages

[Install node.js] (https://nodejs.org/en/download/), then run:

npm install
npm install -g grunt-cli
grunt copy

Testing

npm run protractor