Getting Started (Quickstart)
The easiest way to get started with the Apicurio Studio is to download the quickstart (based on Wildfly) and fire it up! All you need is to have Java (version 8) installed, and you're ready to rock.
Download & Install
- Apicurio Studio 0.2.47.Final
- Unpack the Apicurio Studio Quickstart zip
Configure
The Apicurio Studio quickstart is designed to work automatically if you download and run it on your local machine. If you wish to run it on a different machine, or put it into production, please see our documentation.
Run
- Start WildFly
- Point your browser at Apicurio Studio and log in (or register a new account)!
Or try this...
mkdir ~/apicurio-studio-0.2.47.Final cd ~/apicurio-studio-0.2.47.Final curl -L https://github.com/Apicurio/apicurio-studio/releases/download/0.2.47.Final/apicurio-studio-0.2.47.Final-quickstart.zip -o apicurio-studio-0.2.47.Final-quickstart.zip unzip apicurio-studio-0.2.47.Final-quickstart.zip cd apicurio-studio-0.2.47.Final ./bin/standalone.sh -c standalone-apicurio.xml
Note to Docker users! You can really quickly get Apicurio up and running by using
our docker compose script.