Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/CleverCloud/rocketchat-example
- Owner: CleverCloud
- Created: 2017-09-21T15:10:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T15:26:59.000Z (about 7 years ago)
- Last Synced: 2024-05-19T21:14:42.221Z (6 months ago)
- Topics: clevercloud-example, rocketchat
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clever-cloud - Rocket Chat
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.