From c14f9413926cca6d9125f5b2d818e12b4968fea4 Mon Sep 17 00:00:00 2001 From: mom040267 Date: Thu, 20 Nov 2014 03:15:57 +0000 Subject: [PATCH] postinstall --- postinstall.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/postinstall.txt b/postinstall.txt index 27a427b..ffd9f3f 100644 --- a/postinstall.txt +++ b/postinstall.txt @@ -8,21 +8,25 @@ service, you have to: /usr/local/etc/turnserver.conf . Use /usr/local/etc/turnserver.conf.default as an example. - b) For user accounts settings, if using the turnserver - with authentication: set up SQLite or PostgreSQL or MySQL or MongoDB or - Redis database for user accounts. + b) For user accounts settings: set up SQLite or PostgreSQL or + MySQL or MongoDB or Redis database for user accounts. Use /usr/local/share/turnserver/schema.sql as SQL database schema, or use /usr/local/share/turnserver/schema.userdb.redis as Redis - database schema description and/or /usr/local/share/turnserver/schema.stats.redis + database schema description and/or + /usr/local/share/turnserver/schema.stats.redis as Redis status & statistics database schema description. + + If you are using SQLite, the default database location is in /var/turndb. - c) add whatever is necessary to enable start-up daemon for the /usr/local/bin/turnserver. + c) add whatever is necessary to enable start-up daemon for the + /usr/local/bin/turnserver. 2) If you do not want the turnserver to be a system service, then you can start/stop it "manually", using the "turnserver" executable with appropriate options (see the documentation). -3) To create database schema, use schema in file /usr/local/share/turnserver/schema.sql. +3) To create database schema, use schema in file +/usr/local/share/turnserver/schema.sql. 4) For additional information, run: