Download and Get Started with Apicurio Studio
The easiest way to get started with Apicurio Studio is to download the quickstart based on WildFly and fire it up! All you need is Java version 11, and you're ready to rock.
Prerequisites
- You have Java 11+ installed.
Download and Install Apicurio Studio
- Download Apicurio Studio 1.0.0.Beta1.
- Unpack the Apicurio Studio Quickstart .zip file.
Configure Apicurio Studio
The Apicurio Studio quickstart is designed to work automatically if you download and run it on your local machine. If you want to run the quickstart on a different machine, or put it into production, see the Apicurio Studio documentation.
Run Apicurio Studio
- Start WildFly.
- Open Apicurio Studio in your browser and log in, or register a new account!
Or try this...
mkdir ~/apicurio-studio-1.0.0.Beta1 cd ~/apicurio-studio-1.0.0.Beta1 curl -L -o unzip cd apicurio-studio-1.0.0.Beta1 ./bin/standalone.sh -c standalone-apicurio.xml
Note: Docker users can really quickly get Apicurio Studio up and running by using
our Docker Compose script.