Actions

Translations

Transferring an installation/6/nl: Difference between revisions

From LimeSurvey Manual

m (Text replace - "Limesurvey" to "LimeSurvey")
No edit summary
Line 1: Line 1:
= Verplaatsen van enige versie =
= Verplaatsen van een versie =
# Bereid je oude installatie voor
# Bereid je oude installatie voor
## Maak een back-up van je huidige installatie en database
## Maak een back-up van je huidige installatie en database

Revision as of 19:06, 5 July 2013

Message definition (Transferring an installation)
=Transferring any version=
* Prepare and save the old release
** Backup your installation directory files and SQL-based database
*** At the command-line level, make a '''.zip''' or similar archive of the whole installation directory tree of files
*** Use phpMyAdmin or similar to export all tables; or use the '''LimeSurvey backup entire database''' button that is located in the '''Configuration''' dialog, under the Advanced tab
** Copy your '''config.php''' file separately to ease the editing process
* Move the saved release to the new machine
** Unpack your installation files
*** Create your new installation directory (same name is convenient)
*** Unpack/unzip the installation files into the same folder
** Setup your SQL database
*** Create the new database using phpMyAdmin or a command-line interface
*** Load the saved SQL-based database to recreate the tables and content
* Edit '''config.php''' to reflect changes from the old release and check your installation
** Be careful to check the database name, username, and password, as well as the installation server name, URL path, and physical directory path to the installation
** Visit the survey admin page or the page of an active survey and check if everything works
* You are good to go now :)

Verplaatsen van een versie

  1. Bereid je oude installatie voor
    1. Maak een back-up van je huidige installatie en database
      1. Maak een bestand van je bestanden met je favoriete inpaksoftware
      2. Gebruik phpMyAdmin of iets gelijkwaardig om alle tabellen uit de database te exporteren; of gebruik de LimeSurvey Administration button om een back-up te maken.
    2. Kopieer het config.php bestand om dit gemakkelijk te kunnen wijzigen.
  2. Verplaats de installatie naar de nieuwe machine
    1. Pak je download uit in de gewenste locatie
      1. Maak de gewenste directory aan (dezelfde naam is makkelijker)
      2. Pak je opgeslagen download uit in deze directory
    2. Vul de SQL database
      1. Maak de nieuwe database via phpMyAdmin of een gelijkwaardig tool
      2. Vul de database met de SQL-scripts
  3. Wijzig config.php om de wijzigingen die optreden vanwege de verplaatsing en check je installatie
    1. Bekijk vooral even de databasenaam, gebruikersnaam en wachtwoord, en de installatienaam van de server, URL-pad en fysieke directory.
    2. Bezoek de beheerpagina van LimeSurvey, en controleer of alles werkt. Bekijk ook eventueel of een actieve enquête het nog steeds doet.