Deploy local rocket chat application to the ubuntu server?

Hello everyone,

Is there any way that I can deploy the local rocket chat application (that I clone from the github) to the ubuntu server with nginx proxy manager?

Hi! Welcome to our forums!

There is a way :slight_smile:

You can use this documents as a reference:

Thanks!

@dudanogueira thanks for sharing the resource, I can’t find repo deployment process in this article, can you please elaborate?

If you run

rc-apps deploy --url http://localhost:3000 --username <your_username> --password <your_password> --update

within a proper Rocket Chat App folder, you will deploy it.

You may also want to check out this blog post, with a step by step for this process:

You will need to enable the development mode for that (Admin > General > Apps)