Scale
Scale copied to clipboard
Pharo in the shell
Hi Guile! Welcome back from vacations. I had actually found another problem, which I hope you can shed some light on. I am running the installation script the way the...
This makes it difficult to make new releases: changing the stable version requires not only tagging but also changing installation scripts... By default we should install master and master should...
With ZeroConf, I've that: ********************************************* * Copying files! ********************************************* Deploying scale command ERROR:Errors in script loaded from /tmp/scale/build/install.st ERROR:primitive #createDirectory: in UnixStore failed 'Errors in script loaded from /tmp/scale/build/installScale.st' PrimitiveFailed:...

Error occurs when uninstalling Scale by means of `uninstall.st`: ``` $HOME/.scale/scale/uninstall.st ``` Full error log: ``` Uninstalling scale Removing scale folder... Error: Could not find accessor for variable named "aProcessId"...
Like # ! /usr/bin/env scale This will make script use the scale version that is found in the path. Like that people may have different installations and use the one...
I think it is a good practice to test the uninstall.
I am using scale but the scale-ui is giving me trouble.  This is working on the CLI like ./etchostadditions.st but in the scale-ui it complains...
As per the README file, the `scale-bootstrap` wrapper script is invoked from the project root, like so: ```bash sudo ./build/scale-bootstrap ./build/install.st ``` That wrapper then runs the the install script...
I already have some stuff done in that direction (VM + sources)