File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -283,13 +283,13 @@ poll: cycle
283
283
* [ Install using tODE] ( #install-using-tode )
284
284
285
285
### Install using Metacello
286
- Clone the https://github.com/glassdb /ServiceVM repository to your local disk and
286
+ Clone the https://github.com/GsDevKit /ServiceVM repository to your local disk and
287
287
install the scripts needed by the service vm in the $GEMSTONE product tree (make
288
288
sure you have $GEMSTONE defined before running the installScripts.sh step):
289
289
290
290
``` shell
291
291
cd /opt/git # root dir for git repository
292
- git clone git@ github.com:glassdb /ServiceVM.git # clone service vm
292
+ git clone https:// github.com/GsDevKit /ServiceVM.git # clone service vm
293
293
cd ServiceVM
294
294
bin/installScripts.sh # $GEMSTONE must be defined
295
295
```
@@ -299,7 +299,7 @@ extent0.seaside.dbf:
299
299
300
300
``` Smalltalk
301
301
| svcRepo |
302
- svcRepo := 'github://glassdb /ServiceVM:master/repository'. "Use this path if you haven't
302
+ svcRepo := 'github://GsDevKit /ServiceVM:master/repository'. "Use this path if you haven't
303
303
cloned the GitHub repository
304
304
don't forget to install the
305
305
scripts manually."
@@ -381,7 +381,7 @@ The project entry is a an object:
381
381
``` Smalltalk
382
382
^ TDProjectSpecEntryDefinition new
383
383
baseline: 'ServiceVM'
384
- repository: 'github://glassdb /ServiceVM:master/repository'
384
+ repository: 'github://GsDevKit /ServiceVM:master/repository'
385
385
loads: #('default');
386
386
projectPath: self parent printString;
387
387
status: #(#'active');
You can’t perform that action at this time.
0 commit comments