Rocket.chat: How to build release version myself

Created on 6 Aug 2016  路  2Comments  路  Source: RocketChat/Rocket.Chat

Hi,
I am a developer, I want to make my own changes, and deploy these changes as production mode.
I want to build release version from source code, like this (https://rocket.chat/download)
But I don't know how to do this, anybody help?

Thank you,

support

Most helpful comment

Since this is a meteor app, you should be able to build it with meteor build see here.

cd /your/dev/dir
meteor build --server https://demo.rocket.chat --directory /your/build/location

There is also example-build.sh script with some initial setup. Modify it to match you dir structure.

All 2 comments

Since this is a meteor app, you should be able to build it with meteor build see here.

cd /your/dev/dir
meteor build --server https://demo.rocket.chat --directory /your/build/location

There is also example-build.sh script with some initial setup. Modify it to match you dir structure.

@mbanusic thanks, I will try tonight.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oliver-bowman picture oliver-bowman  路  55Comments

AmShaegar13 picture AmShaegar13  路  74Comments

gwillen picture gwillen  路  77Comments

HammyHavoc picture HammyHavoc  路  52Comments

mitar picture mitar  路  68Comments