Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 2.1 KB

use.md

File metadata and controls

51 lines (44 loc) · 2.1 KB
layout title permalink order heading
page
Use
/use
1
<span id="nav_use" class="active">Use</span> now,<br /><span id="nav_install">Install</span> 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/
<em>More details in <a href="https://gist.github.com/gsaslis/015e3aa6ff283b3c4caedd9bc64f0c39">this gist</a>.</em>

Install individual components for evaluation or development purposes

<script src="{{ "/assets/use.js" | relative_url }}"></script>