https://github.com/render-examples/zulip
Deploy Zulip on Render
https://github.com/render-examples/zulip
Last synced: 5 months ago
JSON representation
Deploy Zulip on Render
- Host: GitHub
- URL: https://github.com/render-examples/zulip
- Owner: render-examples
- License: mit
- Created: 2021-03-18T22:10:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T22:37:13.000Z (about 3 years ago)
- Last Synced: 2023-03-02T14:01:39.770Z (almost 3 years ago)
- Language: Dockerfile
- Size: 33.2 KB
- Stars: 2
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy Zulip on Render
This is a sample [Zulip](https://zulip.com/) app, configured for deployment to [Render](https://render.com/). Zulip is an open-source real-time chat application with an email threading model.
The code in this repository will create the following components on Render:
- Zulip web/application server which contains:
- NGINX: frontend web server that serves static assets and proxies to Django and Tornado
- Django: main web application server
- Tornado: asynchronous server for maintaining persistent client connections
- Supervisor: Monitors and maintains all server processes
- Memcached instance: used to cache database model objects
- Redis instance: used as a temporary data store
- RabbitMQ instance: used as a queuing system and to communicate between Django and Tornado
- PostgreSQL instance: used to store all persistent data
Fork this repo and click the button below to deploy.
[](https://render.com/deploy?repo=https://github.com/render-examples/zulip)
More details at https://render.com/docs/deploy-zulip.
If you need help, get in touch at https://community.render.com.