-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Steps to build and deploy in Windows PC #167
Comments
Those are probably not exactly correct. Something like this (from master) instead:
I just confirmed these steps on Windows 10 - so I think they should work, assuming you have jdk 8 installed and a reasonable version of maven. Note that if you are interested in efficiently making code changes and seeing the results, I recommend our documentation on setting up a development environment: https://apicurio-studio.readme.io/v0.1.9/docs/setting-up-a-development-environment |
Of course, you probably won't have an "unzip" tool on your path, so I assume you'll use 7zip or something to accomplish that step. :) Also note that the reason you have to use the ZIP file (rather than running directly from target/apicurio-studio-VERSION as you attempted to do) is that the ZIP file contains extra stuff like the Keycloak adapter and some config files. |
Thank you, after using zip file i am able to deploy locally i did not see the link actually https://apicurio-studio.readme.io/v0.1.9/docs/setting-up-a-development-environment is very useful info. |
You are quite welcome. :) |
Hi i am trying to build and deploy latest source from git master on Windows 7 PC, tried below steps looks like they are not complete.
mvn clean install
cd distro\quickstart\target\apicurio-studio-0.1.9
bin\standalone.sh -c standalone-apicurio.xml
above build and deployment instructions for Windows 7 is valid? if so please suggest if i am missing some thing.
Thank you
The text was updated successfully, but these errors were encountered: