spacer Downloading OSQA

{0}."> {0}-{1} of {2} pages containing {3}.">
  • Page restrictions apply
  • Added by Court Brown, last edited by Clay Carpenter on Feb 03, 2011  (view change)
  • show comment hide comment

Downloading OSQA

  • Downloading OSQA
    • Official Release Downloads
      • Latest Release
      • Release Archive
    • Developer Downloads
      • How to Download using SVN
        • Mac
        • Windows
        • Linux
      • Browsing the OSQA SVN Repository
  • How to Use SVN

Official Release Downloads

The recommended method for acquiring OSQA is to download one of the official releases. These releases are more stable than the code available directly from the SVN trunk.

Latest Release

The latest release of OSQA is Fantasy Island (v.0.9.0) Beta-1.

Release Archive

You can browse all available official releases at the release archive.

Developer Downloads

To see the latest OSQA code, or to participate in OSQA development, you'll want to check out OSQA from our subversion repository at svn.osqa.net/svnroot/osqa/trunk

spacer The trunk version of OSQA is not guaranteed to be stable. We make every attempt to ensure a reliable product, but trunk versions are considered "developer" builds. If you are looking to run a production server, we highly recommend using an official release.

How to Download using SVN

Mac
  1. Download and install Mac OSX Developer Tools (XCode) from here
  2. Enter the command in the command line console:

    svn co svn.osqa.net/svnroot/osqa/trunk

Windows
  1. Download TortoiseSVN (free)
    1. 32-bit edition ? download
    2. 64-bit edition ? download
  2. Select a directory in windows explorer where you want to place your working copy.
  3. Right click the directory to pop up the context menu and select the commandTortoiseSVN ? Checkout...
  4. In the text field labeled "URL of Repository" enter "svn.osqa.net/svnroot/osqa/trunk" and click the OK button.
Linux
  1. Install a subversion package that works for you. (for debian or ubuntu enter the command ‘apt-get install subversion’ into the command prompt)
  2. Enter the command in the command line console:

    svn co svn.osqa.net/svnroot/osqa/trunk

Browsing the OSQA SVN Repository

The latest SVN changes and history are available for browsing at: svn.osqa.net/browse/OSQA/osqa/trunk

How to Use SVN

For a good guide on how to do more with svn visit this site.

Labels parameters

Labels

Enter labels to add to this page:
spacer  
Looking for a label? Just start typing.

Comments (3)

 
  1. spacer

    Apr 25, 2010

    Adam Morris says:

    Instructions installing svn on Bluehost There are many subversion guides for bl...

    Instructions installing svn on Bluehost

    There are many subversion guides for bluehost with more detail. A basic approach:

    1. mkdir ~/package/src
    2. cd ~/package/src
    3. wget sqlite.org/sqlite-3.6.13.tar.gz
    4. wget www.gtlib.gatech.edu/pub/apache/apr/apr-util-1.3.9.tar.gz
    5. wget www.gtlib.gatech.edu/pub/apache/apr/apr-1.3.9.tar.gz
    6. wget subversion.tigris.org/downloads/subversion-1.6.9.tar.gz
    7. wget www.webdav.org/neon/neon-0.29.3.tar.gz
    8. Build the packages as follows:

    Note: This will put packages in ~/package/bin, which you will need to add to your .bashrc as: PATH=$PATH:$HOME/package/bin

    #!/bin/sh
    cd sqlite-3.6.13/
    ./configure --prefix=$HOME/package --without-berlekey-db --with-apr=$HOME/package --with-apr-util=$HOME/package
    --with-neon=$HOME/package
    make clean
    make install
    cd ../apr-1.3.9
    ./configure --prefix=$HOME/package LDFLAGS="-L/lib64"
    make clean
    make install
    cd ../apr-util-1.3.9
    ./configure --prefix=$HOME/package --with-apr=$HOME/package LDFLAGS="-L/lib64"
    make clean
    make install
    cd ../neon-0.29.3
    ./configure --enable-shared --prefix=$HOME/package LDFLAGS="-L/lib64"
    make clean
    make install
    cd ../subversion-1.6.9
    ./configure --prefix=$HOME/package --without-berlekey-db --with-apr=$HOME/package --with-apr-util=$HOME/package
    --with-neon=$HOME/package --with-sqllite=$HOME/package --with-ssl LDFLAGS="-L/lib64"
    make clean
    make install

    • Permalink
  2. spacer

    Feb 02, 2011

    Shrike says:

    Could you clarify what resivion each release corresponds to. For an instance, fa...

    Could you clarify what resivion each release corresponds to. For an instance, fantasy-island-0.9.0-alpha-1 - what's its resivion in dev-trunc?

    • Permalink
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.