Skip to content

Commit

Permalink
[FLINK-5684] [web frontend] Add MacOS section to README.md
Browse files Browse the repository at this point in the history
This closes apache#3234
  • Loading branch information
mushketyk authored and StephanEwen committed Jan 31, 2017
1 parent 478f5d1 commit a2a11dd
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions flink-runtime-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,48 @@ Install *node.js* by following [these instructions](https://github.com/joyent/no

Verify that the installed version is at least *2.11.3*, via `npm -version`.

Install *bower* via:

Install *bower* via
```
sudo npm install -g bower
```

Verify that the installed version is at least *1.4.1*, via `bower -version`.


Install *gulp* via:

```
sudo npm install -g gulp
```

Verify that the installed version is at least *3.9.0*, via `gulp -version`.


#### MacOS

First install *brew* by following [these instructions](http:https://brew.sh/).

Install *node.js* via:

```
brew install node
```

Install *bower* via:

```
sudo npm install -g bower
```

Verify that the installed version is at least *1.4.1*, via `bower -version`.

Install *gulp* via:

Install *gulp* via
```
sudo npm install -g gulp
```

Verify that the installed version is at least *3.9.0*, via `gulp -version`.


Expand Down

0 comments on commit a2a11dd

Please sign in to comment.