|
|
|
|
315
|
| User settings | Bio limit 1000 |
|
315
|
| User settings | Bio limit 1000 |
|
316
|
| Access settings | /Invite only/ ticked |
|
316
|
| Access settings | /Invite only/ ticked |
|
317
|
* Social Network
|
317
|
* Social Network
|
|
|
318
|
+** Certificates
|
|
|
319
|
+You will need to have a non self-signed SSL certificate in order to use Red Matrix. Put the public certificate in */etc/ssl/certs/yourredmatrixdomainname.crt* and the private certificate in */etc/ssl/private/yourredmatrixdomainname.key*. If there is an intermediate certificate needed (such as with StartSSL) then this will need to be concatenated onto the end of the crt file, like this:
|
|
|
320
|
+
|
|
|
321
|
+#+BEGIN_SRC bash
|
|
|
322
|
+cat /etc/ssl/certs/yourredmatrixdomainname.crt /etc/ssl/chains/startssl-sub.class1.server.ca.pem >
|
|
|
323
|
+ /etc/ssl/certs/yourredmatrixdomainname.bundle.crt
|
|
|
324
|
+#+END_SRC
|
|
|
325
|
+
|
|
|
326
|
+Then change ssl_certificate to */etc/ssl/certs/yourredmatrixdomainname.bundle.crt* within */etc/nginx/sites-available/yourredmatrixdomainname*
|
|
|
327
|
+** Initial install
|
|
|
328
|
+Visit the URL of your Red Matrix site and you should be taken through the rest of the installation procedure. Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
|
|
|
329
|
+
|
|
|
330
|
+When installation is complete you can register a new user.
|
318
|
* Chat Services
|
331
|
* Chat Services
|