# seb **Repository Path**: linkel/seb ## Basic Information - **Project Name**: seb - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 /eds-starter6-jpa.jar``` 4. The application listens by default on port 80