Actions

Translations

Installation Version 1.92 or older/22/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "<div class="simplebox">File:help.png '''Belangrijk:''' Als je Postgres gebruikt, zorg dan dat je user ook de owner is.</div> *'''$databasepass:''' Je database server passw...")
 
No edit summary
Line 2: Line 2:
*'''$databasepass:''' Je database server password
*'''$databasepass:''' Je database server password
*'''$dbprefix:''' Laat dit leeg ($dbprefix="";) als LimeSurvey een eigen database krijgt. Als je in de database ook tabellen van andere applicaties hebt staan, geef hier dan een prefix op (bijv. "lime_"). ''NB.: Aanmaken van een database en een username in MySQL met de commandline is beschreven in  [[Installation FAQ/nl|Installatie FAQ]].''
*'''$dbprefix:''' Laat dit leeg ($dbprefix="";) als LimeSurvey een eigen database krijgt. Als je in de database ook tabellen van andere applicaties hebt staan, geef hier dan een prefix op (bijv. "lime_"). ''NB.: Aanmaken van een database en een username in MySQL met de commandline is beschreven in  [[Installation FAQ/nl|Installatie FAQ]].''
*'''$rooturl:''' Dit moet de  URL locatie van je LimeSurvey scripts worden. Als je de  LimeSurvey bestanden in de map ''limesurveyfolder'' hebt gezet, wijzig dan ''{$_SERVER<nowiki>[</nowiki>'SERVER_NAME']}/limesurvey'' in de map die je gekozen hebt  (''{$_SERVER<nowiki>[</nowiki>'SERVER_NAME']}limesurveyfolder''). De variabele {$_SERVER<nowiki>[</nowiki>'SERVER_NAME']} zal proberen je domeinnaam te bepalen, dus wijzigen is meestal niet nodig. Als het niet werkt, probeer dan de volledige server URL te gebruiken. (Bijvoorbeeld:  "http://www.mydomain.com/limesurvey"). If you want LimeSurvey to '''only''' use SSL change http to https (provided that you have SSL certificates correctly installed and configured on your server). If you want to use http & https at the same time just leave this setting at http.
*'''$rooturl:''' Dit moet de  URL locatie van je LimeSurvey scripts worden. Als je de  LimeSurvey bestanden in de map ''limesurveyfolder'' hebt gezet, wijzig dan ''{$_SERVER<nowiki>[</nowiki>'SERVER_NAME']}/limesurvey'' in de map die je gekozen hebt  (''{$_SERVER<nowiki>[</nowiki>'SERVER_NAME']}limesurveyfolder''). De variabele {$_SERVER<nowiki>[</nowiki>'SERVER_NAME']} zal proberen je domeinnaam te bepalen, dus wijzigen is meestal niet nodig. Als het niet werkt, probeer dan de volledige server URL te gebruiken. (Bijvoorbeeld:  "http://www.mydomain.com/limesurvey"). Als je wilt dat LimeSurvey '''alleen''' SSL gebruikt, wijzig dan http in https (aangenomen dat je  SSL certificaten geïnstalleerd en geconfigureerd hebt op je server). Als je beide wilt gebruiken, laat dan de waarde http staan.
*'''$rootdir:''' Usually you don't need to change this. It should be set to the physical disk location of your scripts. The default setting will attempt to do this for you, so most probably you won't need to change anything here (the section <nowiki>"dirname('''FILE''');"</nowiki> tries to do this automatically). If it doesn't work, type the disk location in manually - for example ''/home/public_html/limesurvey''.
*'''$rootdir:''' Meestal hoef je deze instelling niet te wijzigen, omdat de instelling standaard gevuld wordt. Het geeft de locatie aan van je scripts. (De sectie <nowiki>"dirname('''FILE''');"</nowiki> vult de instelling). Als het niet werkt, vul dan de locatie handmatig in. (Bijvoorbeeld:  ''/home/public_html/limesurvey'').
*'''$defaultuser:''' When the script has access control turned on this is the default user that is created when LimeSurvey first sets up your security settings.
*'''$defaultuser:''' Indien het script access control heeft, dan is dit de standaardgebruiker die aangemaakt wordt bij het voor de eerste keer instellen door LimeSurvey van je security instellingen.
*'''$defaultpass:''' When the script has access control turned on this is the default password that is created when LimeSurvey first sets up your security settings. <br />
*'''$defaultpass:''' Als $defaultuser, maar dan het standaard wachtwoord. <br />

Revision as of 19:38, 5 June 2013

Message definition (Installation Version 1.92 or older)
<div class="simplebox">[[File:help.png]] '''Important:''' If you are using Postgres make sure your user is also the database owner.</div>
*'''$databasepass:''' Your database server password
*'''$dbprefix:''' You can leave this setting blank (ie:  $dbprefix="";) if you are using a separate database for LimeSurvey alone. If you want to share a database between LimeSurvey and other database applications, add a prefix to this setting. The recommended prefix is "lime_", but really - this is up to you. ''Note: Creating a database and a username in MySQL with command line is described in [[Installation FAQ]].''
*'''$rooturl:''' This should be set to the URL location of your LimeSurvey scripts. If you copied the LimeSurvey files into the folder ''limesurveyfolder'' you have to rename ''{$_SERVER<nowiki>[</nowiki>'SERVER_NAME']}/limesurvey'' to the folder name you have chosen (''{$_SERVER<nowiki>[</nowiki>'SERVER_NAME']}limesurveyfolder''). The variable {$_SERVER<nowiki>[</nowiki>'SERVER_NAME']} will attempt to do determine your domain name atomatically, so usually don't change it. If it doesn't work, set this to full server URL. (Example "http://www.mydomain.com/limesurvey"). If you want LimeSurvey to '''only''' use SSL change http to https (provided that you have SSL certificates correctly installed and configured on your server). If you want to use http & https at the same time just leave this setting at http.
*'''$rootdir:''' Usually you don't need to change this. It should be set to the physical disk location of your scripts. The default setting will attempt to do this for you, so most probably you won't need to change anything here (the section <nowiki>"dirname('''FILE''');"</nowiki> tries to do this automatically). If it doesn't work, type the disk location in manually - for example ''/home/public_html/limesurvey''.
*'''$defaultuser:''' When the script has access control turned on this is the default user that is created when LimeSurvey first sets up your security settings.
*'''$defaultpass:''' When the script has access control turned on this is the default password that is created when LimeSurvey first sets up your security settings. <br />
Belangrijk: Als je Postgres gebruikt, zorg dan dat je user ook de owner is.
  • $databasepass: Je database server password
  • $dbprefix: Laat dit leeg ($dbprefix="";) als LimeSurvey een eigen database krijgt. Als je in de database ook tabellen van andere applicaties hebt staan, geef hier dan een prefix op (bijv. "lime_"). NB.: Aanmaken van een database en een username in MySQL met de commandline is beschreven in Installatie FAQ.
  • $rooturl: Dit moet de URL locatie van je LimeSurvey scripts worden. Als je de LimeSurvey bestanden in de map limesurveyfolder hebt gezet, wijzig dan {$_SERVER['SERVER_NAME']}/limesurvey in de map die je gekozen hebt ({$_SERVER['SERVER_NAME']}limesurveyfolder). De variabele {$_SERVER['SERVER_NAME']} zal proberen je domeinnaam te bepalen, dus wijzigen is meestal niet nodig. Als het niet werkt, probeer dan de volledige server URL te gebruiken. (Bijvoorbeeld: "http://www.mydomain.com/limesurvey"). Als je wilt dat LimeSurvey alleen SSL gebruikt, wijzig dan http in https (aangenomen dat je SSL certificaten geïnstalleerd en geconfigureerd hebt op je server). Als je beide wilt gebruiken, laat dan de waarde http staan.
  • $rootdir: Meestal hoef je deze instelling niet te wijzigen, omdat de instelling standaard gevuld wordt. Het geeft de locatie aan van je scripts. (De sectie "dirname('''FILE''');" vult de instelling). Als het niet werkt, vul dan de locatie handmatig in. (Bijvoorbeeld: /home/public_html/limesurvey).
  • $defaultuser: Indien het script access control heeft, dan is dit de standaardgebruiker die aangemaakt wordt bij het voor de eerste keer instellen door LimeSurvey van je security instellingen.
  • $defaultpass: Als $defaultuser, maar dan het standaard wachtwoord.