Use now,
Install later
Use Now
- Sign up for a free trial of our hosted version.
- Free trial plan.
- Get a feel for the product.
Install the full Monty on your laptop
Pre-requisite: Minishift.
# 1. Start Minishift with 6gb
minishift start --memory 6GB --cpus 2
# 2. Create a new application using a minimal 3scale template
oc new-app \
--param WILDCARD_DOMAIN="$(minishift ip).nip.io" \
--param AMP_RELEASE=2.4.0 \
-f https://red.ht/2HdoRPB
# 3. Sign in to 3scale with Username:admin
and get password from the terminal output (look for ADMIN_PASSWORD).
https://3scale-admin.$(minishift ip).nip.io/
More details in this gist.
Install individual components for evaluation or development purposes