Skip to content

Private Social Network

royalterra edited this page Nov 28, 2016 · 2 revisions

**In this Manual I will Explain how to create a Private SOCIAL network FOR ** **ONLY CORPORATIVE O PERSONAL REASONS **

You need a basic Knowledge for edit and save any files:

First clone BlabLanet Social network

git clone https://github.com/BlaBlaNet/BlaBlaNet.git myNodoName

Install the Nodo and before you setup the Cron Job and Register Edit the file .htconfig.php

**nano .htconfig.php**

Look for the line:

App::$config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL;

and change for the line

:App::$config['system']['directory_mode'] = DIRECTORY_MODE_STANDALONE;

Next Create Your Own Social Network Name execute us Root

util/config system directory_realm MY_REALM

if you want only people front your organization and not other Nodes can bridge communication to your network

Execute us Root:

util/config system realm_token my-secret-realm-password

For More Extend information about other Configuration possibilities please visit your https://AntsNodeURL/help/directories

Or Click in the ? Link in Admin Section behind DB Update for admin or developers options

Clone this wiki locally