Skip to content

Commit

Permalink
Merge pull request #1219 from SUSE/docs-improvements
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
nwmac authored Aug 21, 2017
2 parents 0133a53 + b272906 commit 7354d03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> **Note:** This document is work in progress.

The Stratos Console UI provides a single comprehensive and ubiquitous user
experience for: discovering, composing, developing and managing Cloud Native
workloads which are hosted in a myriad of: public, managed and private
Expand Down Expand Up @@ -153,6 +154,13 @@ $ gulp dev

In both cases the console should be available via https://localhost:3100

> **Note:** If you see the following error when running 'gulp dev' you may need to increase your OS ulimit.
```
Error: ENFILE: file table overflow, scandir <snip>;
at Error (native)
-bash: /dev/null: Too many open files in system
```

### Linting
We use eslint to executing linting. To run these execute...
```
Expand Down

0 comments on commit 7354d03

Please sign in to comment.