Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.7/Minicrm/Get example database"

< Scout‎ | Tutorial‎ | 3.7
m
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{note|Scout Tutorial|This page belongs to the [[Scout/Tutorial/Minicrm Step-by-Step|Minicrm Step-by-Step Tutorial]]. It explains how install and start the [[Scout SDK]] and a database.}}
+
{{ScoutPage|cat=Tutorial 3.7}}
 +
{{note|Scout Tutorial|This page belongs to the [[{{BASEPAGENAME}}_Step-by-Step|Minicrm Step-by-Step Tutorial]]. }}
 +
==Getting the example database==
 +
Download the [[Media:DerbyDB.zip|Apache Derby example database]] and unzip it.
  
# [http://scout.bsiag.com/ download Eclipse Scout] and unzip it
+
The DB you've downloaded contains the following two tables in tablespace '''minicrm''':
# [[Media:DerbyDB.zip|download the Apache Derby example database]] and unzip it
+
# you're done -- start Eclipse!
+
  
Currently the Scout SDK sources are not hosted by Eclipse. We're working on it!
+
[[Image:Company.jpg]]
 +
 
 +
[[Image:Person.jpg]]
 +
 
 +
The password for the user '''minicrm''' is ''minicrm''.
  
 
{{note|Location|We usually unzip the Eclipse installation into C:\ on Windows machines because at some point in the past the maximum path length was sometimes problematic. The tutorial is going to assume that you will do the same.}}
 
{{note|Location|We usually unzip the Eclipse installation into C:\ on Windows machines because at some point in the past the maximum path length was sometimes problematic. The tutorial is going to assume that you will do the same.}}

Revision as of 05:26, 13 April 2012

The Scout documentation has been moved to https://eclipsescout.github.io/.

Note.png
Scout Tutorial
This page belongs to the Minicrm Step-by-Step Tutorial.

Getting the example database

Download the Apache Derby example database and unzip it.

The DB you've downloaded contains the following two tables in tablespace minicrm:

Company.jpg

Person.jpg

The password for the user minicrm is minicrm.

Note.png
Location
We usually unzip the Eclipse installation into C:\ on Windows machines because at some point in the past the maximum path length was sometimes problematic. The tutorial is going to assume that you will do the same.

Back to the top