Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 568 Bytes

Pharo environment

Set of scripts to easily create Pharo environments within a terminal.

Usage

First, you need to fork and update the user-properties file with your preferences.

Then clone your repository and evaluate it in a terminal

$> ./scripts/setup-workspace {name}

Replace {name} with the name of your new environment.

This will create a new folder with the necessary scripts. Move it to some other directory of your choosing.

To start Pharo, go into that directory and type in a terminal

$> cd workspace
$> ./pharo-ui