Getting Started
Setup Velzon
Please follow below steps to install and setup all prerequisites:
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
JAVA
Make sure to have Java installed & running on your computer. If you already have installed JAVA on your computer, you can skip this step. We suggest you to use JAVA 11 version.
-
Spring Tool Suite (STS)
If you need to run velzon project in your local machine to download STS (Spring Tools 4 for Eclipse) from spring.io/tools
Installation
To setup the Velzon admin theme, follow below-mentioned steps:
-
Install Prerequisites
Make sure to have all above prerequisites installed & running on your computer
After you finished with the above steps, you can following below step:
- 1. Open Spring Tool Suite IDE.
- 2. Select Open Projects from File System.. in File menu and click on Directory and select Velzon project Folder and click Finish.
- 3. Wait for fully completed build process.
- 4. Then right click on project in context menu select Run As -> Spring Boot App.
- 5. Project run on default port 8080.
- 6. If run project on different port to change server.port
into
src/main/resources/application.properties
file