Git Product home page Git Product logo

eds-starter6-jpa's Introduction

Online Demo: https://demo.rasc.ch/eds-starter6/

Logins

Loginname Password
admin admin
user user

Run the application on your local machine

Prerequisite

  • Install Sencha CMD: https://www.sencha.com/products/extjs/cmd-download/
  • Download Ext JS 6.5 and unzip it into any folder (that's the folder you specify in step 3)
  • Make sure that the Ext JS version in eds-starter6-jpa/workspace.json matches the downloaded Ext JS version
  1. Clone the repository
  2. cd eds-starter6-jpa/client
  3. sencha app install --framework=/path/to/extjs/
  4. sencha app watch
  5. In another shell cd eds-starter6-jpa
  6. ./mvnw spring-boot:run -Dspring.profiles.active="development"
  7. Open url http://localhost:8080 in a browser

Build the application for production

  1. ./mvnw clean package
  2. The file target/eds-starter6-jpa.jar contains the whole application. Deploy it to a server.
  3. Start the application with java -jar <any_folder>/eds-starter6-jpa.jar
  4. The application listens by default on port 80

eds-starter6-jpa's People

Contributors

ralscha avatar

Watchers

James Cloos avatar Berna 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.