Menu

Tree [r74] /
 History

HTTPS access


File Date Author Commit
 DatabaseSetup 2009-05-27 gummi_jo [r72]
 DestructiveTests 2009-05-25 gummi_jo [r71] implemented AutomaticUpdate, fixed search & iss...
 InformixExtractorPlugin 2009-04-14 gummi_jo [r61] unstable
 MySqlExtractorPlugin 2009-04-14 gummi_jo [r61] unstable
 NondestructiveTests 2009-05-25 gummi_jo [r71] implemented AutomaticUpdate, fixed search & iss...
 OracleExtractorPlugin 2009-05-25 gummi_jo [r71] implemented AutomaticUpdate, fixed search & iss...
 RorMonteCarlo 2009-05-25 gummi_jo [r71] implemented AutomaticUpdate, fixed search & iss...
 SchemaExtractor 2009-05-27 gummi_jo [r72]
 TestProject 2009-04-14 gummi_jo [r61] unstable
 WebSite 2009-06-10 gummi_jo [r74]
 LocalTestRun.testrunconfig 2008-06-17 gummi_jo [r1] Imported from CVS
 delete schema.txt 2008-11-19 gummi_jo [r54] gui tweaks
 licence.txt 2008-06-17 gummi_jo [r3]
 metadataexpress.sln 2009-05-02 gummi_jo [r62] unstable. rewrite in progress
 metadataexpress.vsmdi 2008-06-17 gummi_jo [r1] Imported from CVS
 metadataexpress1.vsmdi 2009-04-14 gummi_jo [r61] unstable
 metadataexpress2.vsmdi 2008-06-26 gummi_jo [r8] Foreign keys with history
 metadataexpress3.vsmdi 2008-06-26 gummi_jo [r8] Foreign keys with history
 metadataexpress4.vsmdi 2008-11-07 gummi_jo [r44]
 readme.txt 2008-11-09 gummi_jo [r50]

Read Me

How to install the website in a production environment
------------------------------------------------------
1. Set up a SQL Server database, along with a username and password for connecting to it.
2. Edit the DatabaseSetup\App.config and WebSite\web.config: change the connection string to reflect your newly created database
3. Run the command "DatabaseSetup.exe CreateVersion1 -setpassword YourAdminPassword" but make sure to replace YourAdminPassword with something else. This will create a metadataexpress user called admin, with your specified password
4. Open the web.config file and change <compilation debug="true"> 
to <compilation debug="false">



How to start developing in Visual Studio 2008
---------------------------------------------
1. Set up a SQL Server database, along with a username and password for connecting to it.
2. Edit the DatabaseSetup\App.config and WebSite\web.config: change the connection string to reflect your newly created database
3. Run the command "DatabaseSetup.exe CreateVersion1 -setpassword YourAdminPassword" but make sure to replace YourAdminPassword with something else. This will create a metadataexpress user called admin, with your specified password
4. Open the metadataexpress.sln file

Where to find drivers for connecting to databases
-------------------------------------------------
MySql:
MySQL connector is available at 
http://dev.mysql.com/downloads/connector/net/5.0.html

Informix:
Included with IBM Informix Client SDK V3.50 available at
http://www14.software.ibm.com/webapp/download/search.jsp?rs=ifxdl&S_TACT=105AGX11&S_CMP=LP

Oracle:
The .NET Managed Provider for Oracle is available from Microsoft at
http://www.microsoft.com/downloads/details.aspx?FamilyID=4f55d429-17dc-45ea-bfb3-076d1c052524&DisplayLang=en
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.