Skip to content
Snippets Groups Projects
Commit 2b2c90a9 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Add script to build in old style

parent e0519995
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source ./build-info.sh
export METEOR_SETTINGS=$(cat settings.json)
meteor add rocketchat:livechat
meteor add rocketchat:hubot
meteor build --server https://demo.rocket.chat --directory /var/www/rocket.chat
cd /var/www/rocket.chat/bundle/programs/server
npm install
cd /var/www/rocket.chat/current
pm2 startOrRestart /var/www/rocket.chat/current/pm2.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment