Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CleverCloud/rocketchat-example

Run Rocket.Chat on Clever Cloud
https://github.com/CleverCloud/rocketchat-example

clevercloud-example rocketchat

Last synced: 3 months ago
JSON representation

Run Rocket.Chat on Clever Cloud

Awesome Lists containing this project

README

        

# demo-rocket-chat
How to easily deploy ๐Ÿš€๐Ÿฑ on ๐Ÿ’กโ˜๏ธ

## Setup of the RocketChat instance

### MongoDB

- Create a MongoDb add-on
- Link the application and the add-on

### Environment variables

```
[email protected]
ADMIN_PASS=and_do_not_forget_to_change_it
ADMIN_USERNAME=john
CC_PRE_BUILD_HOOK=./install.sh
MONGO_URL=mongodb://the.same.as.the.add.on
PORT=8080
ROOT_URL=http://localhost:8080
```

## Assets

By default, RocketChat uses GridFS. You can change this in the administration panel of RocketChat.