Skip to content

jestevez/admin-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Showcase

Build Status (Travis CI) Join%20Chat

AdminFaces showcase application.

showcase

Demo

Showcase is available on Openshift here.

Important
The demo runs on the Openshift starter which is a platform used just for testing and not for production. So it’s likely the showcase may be slow or even down.

Running locally

There are several ways to run Admin Showcase on your machine. Just clone this repository and use one of the alternatives described below.

Using an application server

Admin Showcase is compatible with most JavaEE 6 and 7 application servers.

Just build the application with maven using mvn clean package -DskipTests and deploy the resulting showcase.war into a JavaEE 6 or greater server.

Note
No configuration is needed.

Following is the list of tested servers:

Supported Application Servers

This application is compatible with Java EE 6/7 application servers, tested with:

WildFly Swarm

This showcase is Wildfly Swarm compatible, just run the following command:

mvn wildfly-swarm:run  -Pswarm

Docker

You can run this showcase via docker through the following command:

docker run -it -p 8080:8080 rmpestano/admin-showcase

Testing

To execute functional tests you need to activate the tests profile and choose the application server also using a maven profile, ex:

mvn clean package -P tests -P wildfly8-managed

By default tests run on chrome, to change the webdriver you need to use the property browser:

mvn test -Ptomee-remote -Dbrowser=phantomjs
Warning
See the chrome driver version the tests are using here and update your chrome browser according to this page. (pay attention to the supports chrome label).

Packages

No packages published

Languages

  • HTML 58.0%
  • Java 35.4%
  • CSS 4.5%
  • JavaScript 1.6%
  • Shell 0.5%