Skip to content
Snippets Groups Projects
Commit 36560aa2 authored by S. Li's avatar S. Li
Browse files

update build script to eliminate need to install and build with meteor

parent f784c24c
No related merge requests found
#!/bin/bash #!/bin/bash
source ./build-info.sh cd /var/www/rocket.chat
export METEOR_SETTINGS=$(cat settings.json) https://s3.amazonaws.com/rocketchatbuild/demo.rocket.chat-v.latest.tgz" -o rocket.chat.tgz
meteor add rocketchat:livechat tar zxvf rocket.chat.tgz && rm rocket.chat.tgz
meteor add rocketchat:hubot
meteor build --server https://demo.rocket.chat --directory /var/www/rocket.chat
cd /var/www/rocket.chat/bundle/programs/server cd /var/www/rocket.chat/bundle/programs/server
npm install npm install
cd /var/www/rocket.chat/current cd /var/www/rocket.chat/current
......
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