From 3ddf3b8ea8ba06a0b92f76a06fe3dc31857bb92f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 31 Aug 2017 12:21:02 +0200 Subject: [PATCH] add installation instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 053e4b5..2029228 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,24 @@ mehr verändert werden sollten. Ihre Funktionen sind dabei: - titlepage.tex: Enthält nur den Inhalt des Titelbildes - bib.bib: Enthält die Quellen + +##### Installation + +1. Das SQL Studio Projekt im Ordner "sql" öffnen. Anschliessend die SQL Scripts + entsprechend ihrer Nummerierung ausführen: + + - setup_01_create_database.sql + - setup_02_create_table.sql + - setup_03_insert_data.sql + - setup_04_create_views.sql + +2. Das Visual Studio Projekt im Ordner + "csharp/marketconnectionNET2.0/db_AI-4_V3" öffnen. + +3. Den Connection String in den Properties der Datei App.config anpassen. + +4. Applikation kompilieren. + ### Support We don't provide any support for the content in this repository.