Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. rocketchat
    Log in to post
    • dbeato

      Integrate Rocketchat with Jitsi
      IT Discussion • conference bridge jitsi jitsi meet rocketchat video conference • • dbeato

      9
      4
      Votes
      9
      Posts
      2075
      Views

      dbeato

      Based on the documentation it does not work in the local rocketchat app
      https://rocket.chat/docs/user-guides/voice-and-video-conferencing/

    • dbeato

      Upgrade RocketChat 0.73 to latest Version
      IT Discussion • rocketchat snap ubuntu 18.04 upgrade • • dbeato

      1
      5
      Votes
      1
      Posts
      83
      Views

      No one has replied

    • scottalanmiller

      Rocket.chat December Update Removed the Password Field?
      IT Discussion • rocket rocketchat • • scottalanmiller

      17
      1
      Votes
      17
      Posts
      223
      Views

      Emad R

      @scottalanmiller

      Yeah i faced the exact same issue, wanted to make alternative whatsapp thing just using apps and now the extra email thing is causing hassle, however that said you can register users manually and that will create passwords, like open registration feature, which is by default is enabled and head to your RC webpage and register. open it in incognito

    • M

      RocketChat LDAP
      IT Discussion • active directory ldap rocketchat snap • • mattbagan

      4
      1
      Votes
      4
      Posts
      674
      Views

      scottalanmiller

      @mattbagan said in RocketChat LDAP:

      @scottalanmiller Do you know where the snap version of mongodb is installed? I can't find it.

      Under /var/lib/snapd/snap/rocketchat-server/current/bin/

      But what you want to do I assume is use Compass and just attach to it remotely. It's on port 27017 as usual.

    • wirestyle22

      What makes RocketChat appealing to you?
      IT Discussion • rocketchat • • wirestyle22

      47
      1
      Votes
      47
      Posts
      1061
      Views

      scottalanmiller

      @black3dynamite said in What makes RocketChat appealing to you?:

      @aaronstuder said in What makes RocketChat appealing to you?:

      I got a version of RocketChat up for testing now :)

      Using snap?

      That's definitely the way to do it.

    • JaredBusch

      How to install the RocketChat server on Fedora 28
      IT Discussion • chat fedora fedora 28 messaging rocketchat • • JaredBusch

      10
      4
      Votes
      10
      Posts
      1364
      Views

      scottalanmiller

      @GodfatherX64 said in How to install the RocketChat server on Fedora 28:

      thanks so much guys, its up and running

      Awesome

    • gjacobse

      Rocket.Chat: No notifications on new message
      IT Discussion • ios rocket rocket app rocketchat webchat windows 10 • • gjacobse

      14
      1
      Votes
      14
      Posts
      3829
      Views

      dbeato

      @dbeato said in Rocket.Chat: No notifications on new message:

      @dafyre said in Rocket.Chat: No notifications on new message:

      t installed or are you just using the browser

      I had the same problem before even with this settings but I recall @scottalanmiller saying it was fixed.

      Mine was fixed by the way.

    • scottalanmiller

      Struggling with Rocket.chat CSV Import
      IT Discussion • csv rocketchat • • scottalanmiller

      4
      2
      Votes
      4
      Posts
      856
      Views

      scottalanmiller

      @bbigford said in Struggling with Rocket.chat CSV Import:

      @scottalanmiller said in Struggling with Rocket.chat CSV Import:

      I often find that the ACT of posting something makes me think about it and fix the issue. The issue was that I was zipping the folder that contained the files rather than making a "flat zip" file. It is working now.

      Ah, so you had to zip the contents is all, rather than zip the folder?

      Yeah.

    • stacksofplates

      Installing the Rocket.Chat Snap on LXD
      IT Discussion • lxd rocketchat snap ubuntu • • stacksofplates

      23
      3
      Votes
      23
      Posts
      2882
      Views

      dbeato

      @dafyre said in Installing the Rocket.Chat Snap on LXD:

      @aaronstuder said in Installing the Rocket.Chat Snap on LXD:

      @dafyre How did you install it?

      snap install rocketchat-server

      0_1537389790009_15b6b114-6706-44ae-a4e6-9e559a1b150c-image.png

      The same works on Debian 9 as well

    • travisdh1

      Rocket.Chat on CentOS 7 updated installation instructions
      IT Discussion • centos 7 install installation rocketchat • • travisdh1

      6
      0
      Votes
      6
      Posts
      2029
      Views

      scottalanmiller

      That's why we switched to running it on Ubuntu with Snaps. Runs great.

    • Dominica

      SOLVED Integrating Rocket.Chat into Wordpress
      IT Discussion • rocketchat wordpress • • Dominica

      12
      3
      Votes
      12
      Posts
      4305
      Views

      M

      Tried the above steps but seems to be not working until I able to discover there is a "greyed out" Live Chat slider button.
      0_1502008940791_chat 1.png

    • scottalanmiller

      Installing RocketChat on Ubuntu 16.10 with Snaps
      IT Discussion • nginx rocketchat snaps ubuntu ubuntu 16.10 • • scottalanmiller

      21
      4
      Votes
      21
      Posts
      6453
      Views

      scottalanmiller

      I've moved to deploying on Fedora now myself, as well.

    • scottalanmiller

      Installing Rocket.Chat on CentOS 7
      IT Discussion • centos centos 7 instant messaging linux linux server ntg lab rhel 7 rocketchat scale scale hc3 • • scottalanmiller

      30
      7
      Votes
      30
      Posts
      11304
      Views

      scottalanmiller

      @ou_snaaksie said in Installing Rocket.Chat on CentOS 7:

      The installation worked perfetly, but after restarting the server I am unable to access Rocketchat.

      I've run the line:
      /opt/Rocket.Chat/node_modules/forever/bin/forever start /opt/Rocket.Chat/main.js

      but it is still not working.

      Use this command to see what is listening...

      netstat -tulpn
    • scottalanmiller

      Meteor Node Fibers Error
      IT Discussion • fibers meteor node node-fibers node.js rocketchat • • scottalanmiller

      11
      0
      Votes
      11
      Posts
      3998
      Views

      scottalanmiller

      Okay, so the fibers issue is related to it not liking the NVM installation of Node.

      So on CentOS 7, the secret is to install the epe-release, then install nodejs. This installs Node v0.10.36, which is not what anyone wants. But once that is installed, you can go back to using NVM and a modern Node release and fibers is able to install!

      So...

      yum -y install epel-release yum -y install nodejs npm install fibers

      Ta da

    • scottalanmiller

      Rocket.Chat 0.18.1 Released
      News • collaboration instant messaging open source rocketchat • • scottalanmiller

      32
      2
      Votes
      32
      Posts
      7337
      Views

      tonyshowoff

      @gabriel.engel said:

      @tonyshowoff Thanks! We are working really hard on the project. I hope you find some time to collaborate eventually :)

      Definitely, I'd love to work on IRC access eventually, something along those lines.