GithubHelp home page GithubHelp logo

rocketchat-openshift's Introduction

Rocket.Chat: OpenShift Template

This repository hosts some templates for provision Rocket Chat in OpenShift.

http://developers.redhat.com/

Installation on Container Development Kit(CDK)

  • Download and install CDK

  • Download and install the OpenShift Client tool

  • Run OpenShift vagrant machine

  • Pull the Rocket.Chat Docker image from Docker Hub and tag/push to the internal OpenShift registry:

# docker pull rocketchat/rocket.chat
# docker tag rocketchat/rocket.chat hub.openshift.rhel-cdk.10.1.2.2.xip.io/openshift/rocket-chat
# docker push hub.openshift.rhel-cdk.10.1.2.2.xip.io/openshift/rocket-chat
  • Login in OpenShift and create a new project in OpenShift
# oc login -u openshift-devel https://10.1.2.2:8443
# oc new-project rocket-chat
  • Clone this repo and add the templates and ImageStream to openshift namespace:
# git clone https://github.com/rimolive/rocketchat-openshift
# oc create -n openshift -f rocket-chat-is.json
# oc create -n openshift -f rocket-chat-ephemeral.json
  • Create the rocket-chat app:
# oc new-app rocket-chat -p MONGODB_DATABASE=rocketchat,MONGODB_USER=rocketchat-admin,MONGODB_PASS=rocketchat
  • Rocket.Chat uses a domain check code to verify the validity of the e-mail address. To disable it, run the following commands:
# oc port-forward <mongodb_pod> 27017
# mongo localhost:27017

> use rocketchat
> db.auth('rocketchat-admin','rocketchat')
> db.rocketchat_settings.update({_id:'Accounts_UseDNSDomainCheck'},{$set:{value:false}})

rocketchat-openshift's People

Contributors

rimolive avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.