diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5270bcabfc..b49261e426 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,7 @@ Before you fil an issue or a pull request, quickly read of the following tips on ## Table of Contents + - [Prerequisites](#prerequisites) - [Getting Started](#getting-started) - [Architecture](#architecture) - [GitHub Issues](#github-issues) @@ -14,6 +15,18 @@ Before you fil an issue or a pull request, quickly read of the following tips on - [Testing](#testing) - [License](#license) +### Prerequisites + +Most of the time, you'll have installed Kitematic before contibuting, but for the +sake of completeness, you can also install [Node.js](https://nodejs.org/) and then +run from your Git clone. + +Running `npm start` will download and install the OS X Docker client, +[Docker machine](https://github.com/docker/machine), +the [Boot2Docker iso](https://github.com/boot2docker/boot2docker), +[Electron](http://electron.atom.io/), and [VirtualBox](https://www.virtualbox.org/) +if needed. + ### Getting Started - `npm install` diff --git a/package.json b/package.json index b15fe0249e..4f891de734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Kitematic", - "version": "0.5.25", + "version": "0.5.26", "author": "Kitematic", "description": "Simple Docker Container management for Mac OS X.", "homepage": "https://kitematic.com/", @@ -48,14 +48,14 @@ "/node_modules/source-map-support" ] }, - "docker-version": "1.6.1", + "docker-version": "1.6.2", "docker-machine-version": "0.2.0", - "electron-version": "0.24.0", - "virtualbox-version": "4.3.26", - "virtualbox-filename": "VirtualBox-4.3.26.pkg", - "virtualbox-filename-win": "VirtualBox-4.3.26.exe", - "virtualbox-checksum": "668f61c95efe37f8fc65cafe95b866fba64e37f2492dfc1e2b44a7ac3dcafa3b", - "virtualbox-checksum-win": "9cb265babf307d825f5178693af95ffca077f80ae22cf43868c3538c159123ff", + "electron-version": "0.26.0", + "virtualbox-version": "4.3.28", + "virtualbox-filename": "VirtualBox-4.3.28.pkg", + "virtualbox-filename-win": "VirtualBox-4.3.28.exe", + "virtualbox-checksum": "60521caff652fc32ad733eee2eea27f03d0b4f7239af3bf4b21dc6f0251cf47a", + "virtualbox-checksum-win": "82039b615bf18dfff92ac1d9a15b2cbd5c59c608631ccf77e2371d0fd67a6cf7", "dependencies": { "alt": "^0.16.2", "ansi-to-html": "0.3.0", diff --git a/resources/terminal b/resources/terminal index 7ab0de25de..847fd815bb 100755 --- a/resources/terminal +++ b/resources/terminal @@ -9,37 +9,42 @@ end try return doesExist EOF` -if [ $ITERM_EXISTS == "true" ]; then +function open_iterm () { osascript > /dev/null < /dev/null < /dev/null <