The current version of FileTree has been tested in GemStone2.4.4.1 (GLASS 1.0-beta.8.7.1), Pharo1.3 and Squeak4.3 and is expected to work in Pharo1.4:
- Clone git repository for:
- Bootstrap FileTree into image for:
- Load latest FileTree from git repository for:
sudo mkdir /opt/git/
sudo chmod og+rw /opt/git/
cd /opt/git/
git clone -b gemstone2.4 https://github.com/dalehenrich/filetree.git
sudo mkdir /opt/git/
sudo chmod og+rw /opt/git/
cd /opt/git/
git clone -b pharo1.3 https://github.com/dalehenrich/filetree.git
sudo mkdir /opt/git/
sudo chmod og+rw /opt/git/
cd /opt/git/
git clone -b squeak4.3 https://github.com/dalehenrich/filetree.git
Gofer new
url: 'http://ss3.gemstone.com/ss/FileTree';
package: 'ConfigurationOfFileTree';
load.
((Smalltalk at: #ConfigurationOfFileTree) project version: '1.0') load.
Installer ss3
project: 'FileTree';
install: 'ConfigurationOfFileTree'.
((Smalltalk at: #ConfigurationOfFileTree) project version: '1.0') load.
Gofer new
repository: (MCFileTreeRepository new directory:
(FileDirectory on: '/opt/git/filetree/repository/'));
package: 'MonticelloFileTree-Core';
load.