Skip to content

kyleaquino/zulip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Zulip on Render

This is a sample Zulip app, configured for deployment to Render. 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

More details at https://render.com/docs/deploy-zulip.

If you need help, get in touch at https://community.render.com.

About

Deploy Zulip on Render

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%