Skip to content

Instantly share code, notes, and snippets.

@despotadesdibujau
Last active November 19, 2017 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save despotadesdibujau/804115f5be69554a047ad2e3ecd0b201 to your computer and use it in GitHub Desktop.
Save despotadesdibujau/804115f5be69554a047ad2e3ecd0b201 to your computer and use it in GitHub Desktop.
with this script you can prepare the minimal image to load your application from github and filetree
Gofer new smalltalkhubUser:'SvenVanCaekenberghe'project:'STON';
configurationOf:'Ston';
loadStable.
Gofer new
url: 'http://smalltalkhub.com/mc/Pharo/Pharo60/main';
package:'MonticelloFileTree-Core';
load.
Gofer new
url: 'http://smalltalkhub.com/mc/Pharo/Pharo60/main';
package:'Metacello-GitBasedRepository';
load.
Gofer new
url: 'http://smalltalkhub.com/mc/Pharo/Pharo60/main';
package:'Metacello-GitHub';
load.
Smalltalk recompile.
Smalltalk saveAs:'minimal-ready';
snapshot:true andQuit:true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment