Installing Rocket.Chat on CentOS 7
-
GitHub Script Link?
-
@anonymous said:
GitHub Script Link?
https://github.com/scottalanmiller/rocketchatbuilder/blob/master/install_rocketchat
-
Should be able to curl that directly into BASH as root and automagically you have a one line installer
-
Is there anyway to make the URL more conformed?
For example: https://github.com/scottalanmiller/rocketchat
I would like a easy to remember URL
So https://github.com/scottalanmiller/<appname>
I know nothing about GitHub, so maybe it is not possible.
-
Or maybe you create one "master" script that lets us select a app to install
-
@anonymous said:
Or maybe you create one "master" script that lets us select a app to install
LOL, actually that would not be all that hard. Then just that one script would need to detect your OS (CentOS, Ubuntu, etc.) and then pull the right script to install from that. That would actually work.
-
@scottalanmiller One script to rule them all! evil laugh
-
One script to BIND them.
-
@scottalanmiller Why not add one question at the very beginning, and ask for the URL? That's the only input needed.
-
woohoo
-
-
-
This is awesome! You'd you like to collaborate with our documentations effort?
-
@gabriel.engel said:
This is awesome! You'd you like to collaborate with our documentations effort?
You bet, glad to help. Let me know what is needed.
-
I tried to installed Rocket.Chat few days ago. Gotta check it today
-
@scottalanmiller i got this error :
npm install inherits
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
[email protected] node_modules/inheritsnpm install
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README datanpm install forevernpm WARN optional dep failed, continuing [email protected]
[email protected] node_modules/forever -
At what stage did you get that error, on running which command?
-
@scottalanmiller said:
At what stage did you get that error, on running which command?
npm install inherits
npm install
-
Double check what folder you are running that from.
-
Is the RocketChat supposed to start automatically if I have to reboot the system?