Skip to content

StephanEggermont/GToolkitLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launcher and version manager for Glamorous Toolkit

GToolkitLauncher lets you keep several versions of Glamorous Toolkit around, and run each of them with ease. A bit like pyenv for python, or rustup for Rust.

Installation

For Linux, MacOS (install-gtoolkit.sh) and Windows (install-gtoolkit.ps1) there are install scripts that download the latest version of Glamorous Toolkit and install GToolkitLauncher in it. There is a detailed description of what the scripts do in INSTALL-EXPLAINED.MD. On Windows, by default you are not allowed to run the script, that needs you to first run

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

For an existing Glamorous Toolkit

Install Glamorous Toolkit. On the 'start page', in Local Knowledge Base choose 'Add new page'. Call it something like Environment Setup. Add a Pharo block, and copy this in:

Metacello new
	repository: 'github://StephanEggermont/GToolkitLauncher:main/src';
	baseline: 'GToolkitLauncher';
	load

Then add another Pharo block. Copy the line below, to load the rest of the installation instructions inside the Glamorous toolkit environment:

BaselineOfGToolkitLauncher loadLepiter

At the bottom of your Environment Setup page, you will now see Documents/lepiter/default. Lepiter is the name of the documentation software. Click on there, to select Screenshot of the glamorous toolkit environment, a menu opens from the bottom of the screen showing the GToolkitLauncher documentation as one of the options.

After clicking on this, the documentation will show up in the 'Pages' view on the left, as part of the history of contents.

Screenshot, link to GToolkitLauncher page appears in a table of contents on the left.

Open the GToolkitLauncher page to continue your Glamorous Toolkit journey.

About

Manage and update GToolkit versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors