Slack Enterprise
-
@dafyre said:
@BBigford said:
We have a mix of Windows, Linux, and OS X. Is there anything on premise short of Skype for Business that anyone in here is using that is compatible with all 3 platforms for a low to zero cost?
Edit: ...and on-premise.
You can install the RocketChat desktop app to get skype-like chat functionality. I know the web version supports video chatting between two people, but I'm unsure as to whether or not you can do group video chats...
https://github.com/RocketChat/Rocket.Chat/wiki/Using-Face-to-face-video-conference-(aka-webrtc)
I know git is very old and a lot of open source software is available from github... How do you use it on Windows? It looks a lot easier to use in Linux but I definitely need to learn it. Do you setup the client on Windows, and create a repository pointing at github? It looks like from your link, a RocketChat repository is in there, with Rocket.Chat being the client that gets installed (available inside the RocketChat repository), is that right? Can you just make a repository pointing at https://github.com so you can pull from anything, rather than setting up a bunch of separate repositories for control over specific software that you need?
-
@BBigford said:
@dafyre said:
@BBigford said:
We have a mix of Windows, Linux, and OS X. Is there anything on premise short of Skype for Business that anyone in here is using that is compatible with all 3 platforms for a low to zero cost?
Edit: ...and on-premise.
You can install the RocketChat desktop app to get skype-like chat functionality. I know the web version supports video chatting between two people, but I'm unsure as to whether or not you can do group video chats...
https://github.com/RocketChat/Rocket.Chat/wiki/Using-Face-to-face-video-conference-(aka-webrtc)
From their page, they basically tell you to invite a person to a private room and click a button to start the video chat (why does that sound so dirty to me?).
I know git is very old and a lot of open source software is available from github... How do you use it on Windows? It looks a lot easier to use in Linux but I definitely need to learn it. Do you setup the client on Windows, and create a repository pointing at github? It looks like from your link, a RocketChat repository is in there, with Rocket.Chat being the client that gets installed (available inside the RocketChat repository), is that right? Can you just make a repository pointing at https://github.com so you can pull from anything, rather than setting up a bunch of separate repositories for control over specific software that you need?
That's not the way github works, because each repo can be public or private and a lot of other things, so no, can't set up a master repo like that... Plus when you clone something it has to download the entire repo... Do you want to download 500 PB of data from Github? lol.
-
Instructions for setting up your own RocketChat VM...
http://mangolassi.it/topic/8086/installing-rocket-chat-on-centos-7
-
@BBigford Git is the replacement for SVN. It's purpose is to make managing source files easy for developers. Github is just the online version, and is the place to go if you want a clean copy of most open source projects now that other sources..... suck. From your perspective it's just a place to go download software from. You can use the git software to make local copies of public projects from github, but it's just as easy to go download the installer package directly assuming one is available for your platform.
-
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
-
@dafyre said:
Plus when you clone something it has to download the entire repo... Do you want to download 500 PB of data from Github? lol.
Haha, eh... forgot about that minor detail.
-
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
-
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
Oh I see. If you're using Linux just follow the guide @scottalanmiller created and was linked by @dafyre. You shouldn't have to really setup anything specific as far as git goes.
-
@coliver said:
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
Oh I see. If you're using Linux just follow the guide @scottalanmiller created and was linked by @dafyre. You shouldn't have to really setup anything specific as far as git goes.
Yep. @BBigford Seems to me you're overthinking things. Github is just a place for you to download software from.
-
@travisdh1 said:
@BBigford Git is the replacement for SVN. It's purpose is to make managing source files easy for developers. Github is just the online version, and is the place to go if you want a clean copy of most open source projects now that other sources..... suck. From your perspective it's just a place to go download software from. You can use the git software to make local copies of public projects from github, but it's just as easy to go download the installer package directly assuming one is available for your platform.
So you need a local client to download the software, since it is what is reading the .git file for, say, Rocket.Chat? Downloading the .zip it looks like it downloads what, all the source files? Not sure EXACTLY what I'm supposed to do because right now... I'm sucking.
-
@travisdh1 said:
@coliver said:
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
Oh I see. If you're using Linux just follow the guide @scottalanmiller created and was linked by @dafyre. You shouldn't have to really setup anything specific as far as git goes.
Yep. @BBigford Seems to me you're overthinking things. Github is just a place for you to download software from.
Yeah, I definitely am.
-
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
You shouldn't need Github for anything if you're following @scottalanmiller's guide that I linked. His is running on their latest release at the time he wrote it.
-
@dafyre said:
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
You shouldn't need Github for anything if you're following @scottalanmiller's guide that I linked. His is running on their latest release at the time he wrote it.
The inquiry about github is going beyond Rocket.Chat, I'm sure there is lots of other software on there I'll stumble across while on a Windows computer, and would definitely like to know what I need to do to be able to obtain the software properly.
-
@BBigford said:
@dafyre said:
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
You shouldn't need Github for anything if you're following @scottalanmiller's guide that I linked. His is running on their latest release at the time he wrote it.
The inquiry about github is going beyond Rocket.Chat, I'm sure there is lots of other software on there I'll stumble across while on a Windows computer, and would definitely like to know what I need to do to be able to obtain the software properly.
Generally go download the .msi or .exe. Really, that's it.
-
@travisdh1 said:
@BBigford said:
@dafyre said:
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
You shouldn't need Github for anything if you're following @scottalanmiller's guide that I linked. His is running on their latest release at the time he wrote it.
The inquiry about github is going beyond Rocket.Chat, I'm sure there is lots of other software on there I'll stumble across while on a Windows computer, and would definitely like to know what I need to do to be able to obtain the software properly.
Generally go download the .msi or .exe. Really, that's it.
I must be overlooking something, because I don't see those extensions. I'll keep looking. Thanks!
-
@travisdh1 said:
@BBigford said:
@dafyre said:
@BBigford said:
@coliver said:
@BBigford I'm not sure if you can install the rocket.chat server on Windows. I know you can setup git though.
We'd be setting up the server in Linux. I'm just trying to figure out what I need on the github side to understand things. Because from what I've read, Git is for development as travisdh1 had mentioned, and github is just an online source for open source software.
You shouldn't need Github for anything if you're following @scottalanmiller's guide that I linked. His is running on their latest release at the time he wrote it.
The inquiry about github is going beyond Rocket.Chat, I'm sure there is lots of other software on there I'll stumble across while on a Windows computer, and would definitely like to know what I need to do to be able to obtain the software properly.
Generally go download the .msi or .exe. Really, that's it.
I was definitely overthinking the simple install. Looks like you can't download the software directly from github, but instead you get redirected to the software's site? In this case, https://rocket.chat
-
@BBigford said:
slack
We just adopted it. its how 90% of my team's communication is done. Its good for teams, less good for 20K users.
/giphy is the greatest integration ever.
-
@John-Nicholson said:
@BBigford said:
slack
We just adopted it. its how 90% of my team's communication is done. Its good for teams, less good for 20K users.
/giphy is the greatest integration ever.
Looks like that is a searchable GIF database... if so, haha why is that the greatest integration? Are you using it for funny office GIFs, or something that is pertinent to business?
-
@BBigford said:
@John-Nicholson said:
@BBigford said:
slack
We just adopted it. its how 90% of my team's communication is done. Its good for teams, less good for 20K users.
/giphy is the greatest integration ever.
Looks like that is a searchable GIF database... if so, haha why is that the greatest integration? Are you using it for funny office GIFs, or something that is pertinent to business?
That is the Slack equivalent of our emoticons.... which, sadly, are still missing! /cry
-
Rocket Chat will get better, Slack will eventually fold or be sold off to a giant and who knows what'll happen. At least with Rocket Chat you'll be in control of your data and can be sure that tomorrow you may not see the classic notice we've all come to love:
"Dear Users, we at X Company love you, but the show is over, we're sorry. PS If you didn't get your data in the 10 minute window we provided, which wasn't all the data in actuality, it's been deleted, and by that we mean sold off to data mining companies, prepare for spam."