Some dos and don'ts for administering Rocket.Chat servers.
This follows comments here:
The latest version 6.9.1 not supported
Chapters:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Emails.php 2019-03-23 15:28:41.216967444 +0100 | |
+++ Emails.php.new 2019-07-01 12:49:41.280044231 +0200 | |
@@ -14,6 +14,7 @@ | |
require_once 'modules/Accounts/Accounts.php'; | |
require_once 'modules/Potentials/Potentials.php'; | |
require_once 'modules/Users/Users.php'; | |
+require_once 'modules/Emails/mail.php'; | |
class Emails extends CRMEntity { | |
public $db; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Upstreams | |
upstream backend { | |
server 127.0.0.1:3000; | |
} | |
# HTTPS Server | |
server { | |
listen 1.2.3.4:443 ssl http2; | |
server_name chat.mydomain.com; |
For users with issues with Rocket.Chat please do yourselves a few favours before asking for help.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Now moved to git | |
https://github.com/reetp/mojotests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
/*+********************************************************************************** | |
* The contents of this file are subject to the vtiger CRM Public License Version 1.0 | |
* ("License"); You may not use this file except in compliance with the License | |
* The Original Code is: vtiger CRM Open Source | |
* The Initial Developer of the Original Code is vtiger. | |
* Portions created by vtiger are Copyright (C) vtiger. | |
* All Rights Reserved. | |
************************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[builder@test ~]$ cat smeserver-vtiger-5.0.2-1.spec | |
%define name smeserver-vtiger | |
%define version 5.0.2 | |
%define release 1 | |
%define rpmver 4.0.4 | |
Summary: vtiger CRM Suite Web Application for SME Server 7.x based on vtiger 5.0.2 | |
Name: %{name} | |
Version: %{version} | |
Release: %{release} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[builder@test contribs8]$ cat smeserver-sugar.spec | |
# $Id: smeserver-sugar.spec,v 1.0 2013/03/31 20:58:22 reetp Exp $ | |
# Authority: reetp | |
# Name: John Crisp | |
%define name smeserver-sugar | |
%define version 6.5.11 | |
%define release 1 | |
Summary: smserver rpm to setup mysql database and web link for sugar |
NewerOlder