Skip to content
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

Closed
Giri-oss opened this issue Aug 21, 2017 · 4 comments
Closed

Steps to build and deploy in Windows PC #167

Giri-oss opened this issue Aug 21, 2017 · 4 comments
Labels

Comments

@Giri-oss
Copy link

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

@EricWittmann
Copy link
Member

Those are probably not exactly correct. Something like this (from master) instead:

mvn clean install
mkdir C:\Temp\apicurio
copy distro\quickstart\target\apicurio-studio-0.1.10-SNAPSHOT-quickstart.zip C:\Temp\apicurio
cd C:\temp\apicurio
unzip apicurio-studio-0.1.10-SNAPSHOT-quickstart.zip
cd apicurio-studio-0.1.10-SNAPSHOT
bin\standalone.bat -c standalone-apicurio.xml

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

@EricWittmann
Copy link
Member

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.

@Giri-oss
Copy link
Author

Giri-oss commented Aug 21, 2017

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.

@EricWittmann
Copy link
Member

You are quite welcome. :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants