Actions

Accessing the source code

From LimeSurvey Manual

Revision as of 13:27, 26 April 2009 by ElMatador69 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Accessing the LimeSurvey v1/v2 Source Code

Always be aware that LimeSurvey Source code is bleeding edge. Do not use it for production purposes!

As for many other free software projects only community support is available.

Access the LimeSurvey source code with a Subversion client for your operating system.

  • For Windows we recommend: TortoiseSVN. TortoiseSVN integrates nicely with explorer and is very easy to use.
  • For Mac we recommend: subversion. Commandline all the way ;)

Step-by-Step How-To (Windows)

  1. Download and install TortoiseSVN. Reboot after install.
  2. Create a destination directory for the source
  3. Change to that directory
  4. Right-click into the directory and choose 'SVN Checkout'
  5. You'll be prompted for the repository URL. Enter the following URL:
    1. For LimeSurvey 1.x latest stable source (including fixes): https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey
    2. For LimeSurvey 1.x latest development source (unstable, including newer features): https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey_dev
    3. For LimeSurvey 2.x source: https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey20
  6. That's it. The source code should be downloading now.

Step-by-Step How-To (Mac, Linux, Unix)

  1. Download and install subversion.
  2. From a terminal window navigate to a directory that you would like to checkout the code to
  3. Type one of the following into the terminal:

+For LimeSurvey 1.x source:

  1.  For LimeSurvey 1.x latest stable source (including fixes):

+svn co https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey

  1. For LimeSurvey 1.x latest development source (unstable, including newer features):

+svn co https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey_dev

+For LimeSurvey 2.x source:

  1. Once the checkout is complete there will be a folder named 'limsurvey' (or dir_name) in your current terminal working directory containing the source.

Accessing Old Releases

Old releases are stored in https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/releases .