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

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

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.

[![Deploy to Render](http://render.com/images/deploy-to-render-button.svg)](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.