GsDevKit_home icon indicating copy to clipboard operation
GsDevKit_home copied to clipboard

master GsDevKit project

Results 94 GsDevKit_home issues
Sort by recently updated
recently updated
newest added

It would be nice, if ubuntu 16.04 could be added to the script installOsPrereqs. I just doubled the 14.04 entry for 16.04 and that worked for me prettyy well (I...

enhancement

There is a [real good section n setting up a remote client](https://github.com/GsDevKit/GsDevKit_home/blob/master/docs/installation/installDevKitClient.md#setup-on-client-node), but it is buried fairly deep in the installation instructions. Perhaps something should be mentioned about copying the...

If unzip is present, the pharo download script fails: ![gs-error](https://cloud.githubusercontent.com/assets/623951/15946570/430e6154-2e4c-11e6-92f5-02862b6d0a3f.jpg) leaving the `pharo-vm` directory lying around ... perhaps an error handler that cleans up all of the pharo artefacts is...

Or specified in the command line if it should be something other than 127.0.0.1. My router uses DHCP so I get a different IP address sometimes. The TDSessionDescriptions that are...

Add the following info to the [install git doc](https://github.com/GsDevKit/GsDevKit_home/blob/master/docs/installation/configureOS.md): ``` git config --global user.email "[email protected]" git config --global user.name "Your Name" ```

On my Yosemite 10.10.5 Mac, the bash version is 3.2.57(1) According to http://www.catonmat.net/download/bash-redirections-cheat-sheet.pdf cmd1 |& cmd2 Redirect stdout and stderr of cmd1 to stdin of cmd2 (bash 4.0+ only). Use...

@LisaAlmarode it's your call, but I personally find this script useful ... we could use it as part of main install script ... or not ... the two use cases...

With the new features coming in with #93 and hpi-swa/smalltalkCI#105, it doesn't make much sense to have a separate vm for each client ... especially for the more stable releases...

@LisaAlmarode, this exchange with @jbrichau should provide fodder for a getting started with tODE doc, since the first thing any user wants to do is create a new project (`project...

It occurs to me that it wouldn't hurt to `echo` an explanatory message right before `sudo` gets called and even arrange for an uncoditional prompt at that point, to make...