git clone https://github.com/RocketChat/Rocket.Chat.git
cd <ROCKET_CHAT_DIRECTORY>
***meteor npm install
git clone https://github.com/RocketChat/Rocket.Chat.git
cd <ROCKET_CHAT_DIRECTORY>
***meteor npm install
** About
@rckchat_pkg_build.sh @ is a simple bash shell script for compiling my personal projects with meteor and third part packages
** Installation
curl https://gist.githubusercontent.com/hpgsantos/dc003e2b8d2313665c507c6dd58f68e5/raw/a2130d0ea51ffb0b0b38497b5b477d0791a5b05e/rckchat_pkg_build.sh > rckchat_pkg_build.sh && chmod 755 rckchat_pkg_build.sh
| Creator "Mark Newman on Fri Jul 21 12:39:27 2006" | |
| graph | |
| [ | |
| node | |
| [ | |
| id 1 | |
| label "1" | |
| ] | |
| node | |
| [ |
| #Install R and then following packages | |
| #repr failed to create | |
| yum install R-* | |
| install.packages("evaluate", dependencies = TRUE) | |
| install.packages("base64enc", dependencies = TRUE) | |
| install.packages("devtools", dependencies = TRUE) | |
| install_github('IRkernel/repr') | |
| install.packages("dplyr", dependencies = TRUE) | |
| install.packages("caret", dependencies = TRUE) | |
| install.packages("repr", dependencies = TRUE) |