Updated url for OpenShift cartridge

This commit is contained in:
Stian Thorgersen 2014-05-27 12:05:22 +01:00
parent 8ae57fd117
commit 374a7b8848

View file

@ -27,7 +27,7 @@
Scroll down to the bottom of the page to find the Scroll down to the bottom of the page to find the
<literal>Code Anything</literal> <literal>Code Anything</literal>
section. Insert section. Insert
<literal>https://raw.github.com/keycloak/openshift-keycloak-cartridge/master/metadata/manifest.yml</literal> <literal>http://cartreflect-claytondev.rhcloud.com/github/keycloak/openshift-keycloak-cartridge</literal>
into the into the
<literal>URL to a cartridge definition</literal> <literal>URL to a cartridge definition</literal>
field and click on <literal>Next</literal>. Fill in the field and click on <literal>Next</literal>. Fill in the
@ -44,7 +44,7 @@
<title>Create Keycloak instance with the command-line tool</title> <title>Create Keycloak instance with the command-line tool</title>
<para> <para>
Run the following command from a terminal: Run the following command from a terminal:
<programlisting>rhc app create &lt;APPLICATION NAME&gt; https://raw.github.com/keycloak/openshift-keycloak-cartridge/master/metadata/manifest.yml</programlisting> <programlisting>rhc app create &lt;APPLICATION NAME&gt; http://cartreflect-claytondev.rhcloud.com/github/keycloak/openshift-keycloak-cartridge</programlisting>
Replace <literal>&lt;APPLICATION NAME&gt;</literal> with the name you want (for example keycloak). Replace <literal>&lt;APPLICATION NAME&gt;</literal> with the name you want (for example keycloak).
</para> </para>
<para> <para>