Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation #1219

Merged
merged 3 commits into from
Aug 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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