Click here to Skip to main content
15,883,901 members
Articles / Operating Systems / Windows

Installing OSQA on Windows in Production

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Jan 2012CPOL1 min read 14K   1   2
A very simple step by step guide to install OSQA on Windows server in production

This is a very simple step by step guide to install OSQA on Windows server in production. This guide is applicable to IIS 7+ based servers, which include Windows Server 2008, 2008 R2, Windows Vista and Windows 7. Latter two should not be used for production solutions though. Please follow these steps:

  1. Download Microsoft Web Platform Installer, and install it.
  2. Run Web Platform Installer and click “Options”.

    Image 1

  3. Add Helicon Zoo feed into “Display additional scenarios” field: http://www.helicontech.com/zoo/feed Select “IIS” as a target web server.

    Image 2

    A new tab named “Zoo” should appear on the main page of Platform Installer.

  4. Go to Zoo → Applications and add OSQA, then click install.

    Image 3

  5. Accept license agreements:

    Image 4

    Web Paltfrom Installer will start downloading and installing required components, which include Python 2.7.2, Django 1.3, Helicon Zoo Module, MySQL and OSQA itself.

    Image 5

  6. Setup new web-site dialog will appear. Fill it with your site specific values.

    Image 6

  7. Database dialog will open. Fill it to create new or use existing MySQL database.

    Image 7

    Default administrator user name for MySQL is ‘root’ and default password is empty.

    Installation will configure database and run migration scripts, you can now launch web site by clicking on a link:

    Image 8

Congratulations! You have finished installation and may start using OSQA on your Windows server with Microsoft IIS in production:

Image 9

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
BugUnfortunately, its not that simple Pin
NameOfTheDragon21-Apr-12 9:36
NameOfTheDragon21-Apr-12 9:36 
GeneralRe: Unfortunately, its not that simple Pin
Yaroslav Govorunov23-Apr-12 0:21
Yaroslav Govorunov23-Apr-12 0:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.