Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Complete walkthrough

web-app

I would really like a complete walkthrough of how to install Gemini on a machine. I've tried using SQL Server Express 2005, but I couldn't get that working, so i tried downloading MSDE... that was a trainwreck.

How do I set up the MSDE? Why do I have to change 20 settings in the web.config file to get startet?

I'm finding it really hard to get started with this software.

I hope you can help me get started.

mortenbock
· 1
mortenbock
Replies (3)
helpful
0
not helpful

After installing MSDE, create a database (with case insensative character set).

Run GeminiDB.msi and point it to your MSDE server and Gemini database that you have created above.

Run Gemini,msi to install the web app. After installing configure the connection string and FullGeminiURL setting in the web.config file. That is it.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

How do I create a database in MSDE? There is no graphical interface is there?

A link to some MSDE tutorial would be greatly appreciated.

(How come Gemini does not run on Express 2005?)


mortenbock
· 1
mortenbock
helpful
0
not helpful

Gemini can run with SQL Express and 2005.

use osql to connect to your MSDE and run a create database sql command. 


Mark Wing
· 9108
Mark Wing