Coder Social home page Coder Social logo

salinashf / admin-showcase Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adminfaces/admin-showcase

0.0 1.0 0.0 22.07 MB

AdminFaces Showcase - https://adminfaces.github.io/admin-showcase/

Dockerfile 0.02% Shell 0.41% Java 34.72% HTML 60.72% CSS 3.43% JavaScript 0.70%

admin-showcase's Introduction

Admin Showcase

1. Demo

Showcase is available on Openshift here.

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.

2. 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.

2.1. Using an application server

Admin Showcase is compatible with most JavaEE 6 and Java EE 8 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.

ℹ️
No configuration is needed.

Following is the list of tested servers:

Supported Application Servers

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

To run on JavaEE 8 application servers such as Wildfly 16 you’ĺl need to upgrade OmniFaces to version 3.x.

2.2. WildFly Swarm

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

mvn wildfly-swarm:run  -Pswarm

2.3. Docker

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

docker run -it -p 8080:8080 rmpestano/admin-showcase
💡
use build.and-run.sh to easily run the application via docker.

3. 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
⚠️
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).

4. Documentation

Documentation can be found here: https://adminfaces.github.io/site/#Documentation

admin-showcase's People

Contributors

rmpestano avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.