RocketChat/juju-charm

Name: juju-charm

Owner: Rocket.Chat

Description: null

Created: 2016-11-18 23:46:11.0

Updated: 2017-10-20 17:50:33.0

Pushed: 2017-10-19 19:01:15.0

Homepage: null

Size: 11

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

RocketChat charm

Installation

You'll need a working juju installation.

You'll need a MongoDB juju charm.

The existing juju charm available in the Charm Store contains a MongoDB version that is too old (2.4) and cannot be used with the latest versions of Rocket.Chat.

Instead, clone, build and deploy this work in progress MongoDB juju charm instead (for 2.6.10 version of Mongo)

https://github.com/marcoceppi/layer-mongodb

To deploy the Rocket.Chat charm you need to first have deployed the mongodb charm above.

Then:

 deploy rocketchat

If deploying from the git repo run: juju deploy ./ --series trusty

Next you need to add a relationship between rocketchat and the mongo instance

juju add-relation mongodb rocketchat

And finally you need to expose RocketChat

juju expose rocketchat


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.