Chapter 2. Get Started for Administrators
If you are an OpenShift administrator, you can set up Fuse Integration Services (FIS) for other users by installing the FIS images streams and templates as described here.
2.1. Prepare the OpenShift Server
- Start the OpenShift Server.
Log in to the OpenShift Server as an administrator, as follows:
oc login -u adminUser -p adminPassword
Install the FIS image streams. Enter the following commands at a command prompt:
BASEURL=https://raw.githubusercontent.com/jboss-fuse/application-templates/6.3-GA oc replace --force -n openshift -f ${BASEURL}/fis-image-streams.jsonInstall the FIS templates. Enter the following commands at a command prompt:
BASEURL=https://raw.githubusercontent.com/jboss-fuse/application-templates/6.3-GA oc replace --force -n openshift -f ${BASEURL}/quickstarts/karaf2-camel-amq-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/karaf2-camel-log-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/karaf2-camel-rest-sql-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/karaf2-cxf-rest-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-amq-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-config-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-drools-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-infinispan-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-rest-sql-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-teiid-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-camel-xml-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-cxf-jaxrs-template.json oc replace --force -n openshift -f ${BASEURL}/quickstarts/spring-boot-cxf-jaxws-template.json

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.