-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #58: initial cut at pier3 README [ci skip]
- Loading branch information
1 parent
9d219ab
commit 3879991
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# Pier 3.0.1 | ||
|
||
**Work in Progress** | ||
|
||
Pier 3.0.1 is the latest version of Pier that is know to load into GemStone. | ||
I've tested the following load steps in GemStone 3.1.0.6, but I expect them to work in later versions of GemStone. | ||
The following tODE shell commands prepares tODE for loading Pier3.0.1 into your stone. | ||
|
||
``` | ||
mount @/sys/stone/dirs/gsDevKitHome/projects/pier3 /home pier | ||
cd /home/pier/projects | ||
cp magritte /sys/stone/projects | ||
cp magritteAddOns /sys/stone/projects | ||
cp pier3 /sys/stone/projects | ||
cp pier3AddOns /sys/stone/projects | ||
cp seaside /sys/stone/projects | ||
cp zinc /sys/stone/projects | ||
project refresh --locked # make sure that | ||
``` | ||
|
||
The following tODE shell command initiates the load of Pier3.0.1. | ||
The Pier3AddOns project is recommended for bringing up a usable Pier instance: | ||
|
||
``` | ||
project load Pier3AddOns | ||
``` | ||
|
||
**Stay tuned for further information about loading and using Pier in GemStone** |