Skip to content

ffacon/BookCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this application

mvn jetty:run

Application is now running in : http://localhost:8080/

To install test environment

install Node.js

http://nodejs.org/

Make sure node and npm are in the your Path.

echo $PATH

Configure NPM proxy

npm config set proxy http://[proxy]:[PORT]
npm config set https-proxy http://[proxy]:[PORT]

check also proxy variables

set HTTP_PROXY=http://[proxy]:[PORT]
set HTTPS_PROXY=http://[proxy]:[PORT]

**Install node modules

npm install -g bower
npm install -g grunt-cli
npm install

To run integration tests

make sure your application is running on http://localhost:8080/

run protractor tests

grunt test:e2e

Changelog

  • 1.0.1 : initial version For Tapestry-jQuery 3.4.2 & Angular 1.4.8
  • 1.0.0 : initial version For Tapestry 5.3.8 & Angular 1.3.9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published