Line 7: |
Line 7: |
| ==Current version== | | ==Current version== |
| | | |
− | 11th Jan 2018
| + | 3rd March 2018 |
| | | |
− | Current RPM in my repo is 0.60.4 | + | Current RPM in my repo is 0.61.2 |
| + | |
| + | 0.61.2 is likely to be the last version that can be installed direct to CentOS 6/ Koozali SME v9.x due to node module dependency requirements |
| + | |
| + | I have tried to build 0.62.0 so far without success see this bug https://github.com/RocketChat/Rocket.Chat/issues/9943 |
| | | |
| https://reetspetit.com/smeserver/6/repoview/rocketchat.html | | https://reetspetit.com/smeserver/6/repoview/rocketchat.html |
Line 17: |
Line 21: |
| https://github.com/RocketChat/Rocket.Chat/tags | | https://github.com/RocketChat/Rocket.Chat/tags |
| | | |
− | {{Note box|Latest version is 0.60.4 | + | {{Note box|Latest version is 0.61.2 |
− | This requires node 8.x and a prebuilt module which the RPM should install}} | + | This requires node 8.x and a prebuilt module which the RPM should install}}I am currently looking at running Rocket 0.62 on docker in CentOS 6 which I do have working using the existing local Mongo DB |
| + | |
| + | I will post a link to a new wiki page when I have it tested further and know what I am doing with Docker |
| | | |
| ==Required repos== | | ==Required repos== |
Line 149: |
Line 155: |
| use rocketchat | | use rocketchat |
| db.rocketchat_settings.update({"_id" <nowiki>: "SMTP_Host"}, {$set: {"value":"mail.yourdomain.com"}}) | | db.rocketchat_settings.update({"_id" <nowiki>: "SMTP_Host"}, {$set: {"value":"mail.yourdomain.com"}}) |
− | db.rocketchat_settings.update({"_id"</nowiki> <nowiki>: "From_Email"}, {$set: {"value":"admin@yourdomain.com"}})
| + | db.rocketchat_settings.update({"_id"</nowiki> <nowiki>: "From_Email"}, {$set: {"value":"admin@yourdomain.com"}}) |
− | exit</nowiki>
| + | exit</nowiki> |
| | | |
| Restart Rocket.Chat to be sure: | | Restart Rocket.Chat to be sure: |
Line 309: |
Line 315: |
| | | |
| db.rocketchat_settings.update({"_id" <nowiki>: "From_Email"}, {$set: {"value":"admin@yourdomain.com"}}) | | db.rocketchat_settings.update({"_id" <nowiki>: "From_Email"}, {$set: {"value":"admin@yourdomain.com"}}) |
− | db.rocketchat_settings.update({"_id"</nowiki> <nowiki>: "SMTP_Host"}, {$set: {"value":"mail.yourdomain.com"}})</nowiki>
| + | db.rocketchat_settings.update({"_id"</nowiki> <nowiki>: "SMTP_Host"}, {$set: {"value":"mail.yourdomain.com"}})</nowiki> |
| | | |
| | | |