docker oneliner for dev and quickstarting

pull/463/head
Mike 10 years ago
parent cba20cf587
commit 7a837382c2
  1. 10
      README.md

@ -112,6 +112,8 @@ Use the automated build at our [Official Docker Registry](https://registry.hub.d
docker pull rocketchat/rocket.chat
```
### Heroku
Host your own Rocket.Chat server for **FREE** with [One-Click Deploy](https://heroku.com/deploy?template=https://github.com/RocketChat/Rocket.Chat/tree/master)
@ -133,6 +135,14 @@ cd Rocket.Chat
meteor
```
or use docker:
```
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
docker run -it --rm -p 3000:3000 -v "$(pwd)":/app danieldent/meteor
```
## Credits
Thanks to

Loading…
Cancel
Save