~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to build/install-drgeo-workstation.st

  • Committer: hilaire
  • Date: 2014-06-15 11:10:10 UTC
  • mto: This revision was merged to the branch mainline in revision 278.
  • Revision ID: hilaire@drgeo.eu-20140615111010-r5xg226s9kwzyu8w
build script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Gofer new
 
2
   url: 'http://smalltalkhub.com/mc/HilaireFernandes/DrGeo/main';
 
3
   package: 'ConfigurationOfDrGeo';
 
4
   load.
 
5
 
 
6
((Smalltalk at: #ConfigurationOfDrGeo) project version: #stable) load: 'release'.
 
7
 
 
8
DrGDefault 
 
9
   useNetwork: true;
 
10
   networkType: #ftp;
 
11
   host: 'drgeo.olympe.in';
 
12
   networkUser: 'drgeo';
 
13
   networkPassword: '';
 
14
   networkShare: 'SandBox'.
 
15
 
 
16
DrGeoInstaller forWorkstation
 
17
 
 
18
 
 
19
"Done"
 
20
 
 
21