-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Instructions to spin up development environment with Java17
https://oskari.org/documentation/docs/unreleased/3-Setup-instructions has excellent setup instructions
So currently you just follow those instructions and make sure you have Java 17 installed, also make sure you have Java17 branch from Oskari github (oskari-server and sample-server-extension).
Additionally you can have oskari-frontend and sample-application running locally. Just change the sample-application package.json to reference the local frontend:
"dependencies": {
"oskari-frontend": "file:../oskari-frontend"
}
and run npm install, then you can use npm run start:dev
Metadata
Metadata
Assignees
Labels
No labels