Skip to content

Commit

Permalink
Merge pull request #118 from hawkular/mtho11/documentation
Browse files Browse the repository at this point in the history
Update documentation. Add run instructions, adjust some terms.
  • Loading branch information
mtho11 committed Mar 31, 2016
2 parents 90ac527 + e22fc90 commit 14ba7c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ image:https://travis-ci.org/hawkular/hawkular-ui-components.svg["Build Status",
link="https://travis-ci.org/hawkular/hawkular-ui-components"]
endif::[]

== Preliminary Angular 2.x Components for ManageIQ
== Preliminary Angular 1.x Components for ManageIQ

Please refer to http://www.hawkular.org/docs/dev/ui-dev.html[Hawkular UI Development Docs] for further UI development details.

== Prerequisites

You need to have installed [Node.js and npm](https://docs.npmjs.com/getting-started/installing-node) on your system.
You need to have installed https://docs.npmjs.com/getting-started/installing-node[Node.js and npm] on your system.

Then install these node packages
Install these node packages
[source]
npm install -g tsd bower webpack wiredep-cli

To run:
[source]
npm start

_Next up Angular 2.x components running alongside Angular 1.x via ngUpgrade_
2 changes: 1 addition & 1 deletion src/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid navbar-inverse">
<a class="navbar-brand">Hawkular ui components</a>
<a class="navbar-brand">ManageIQ Middleware UI Components</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 14ba7c3

Please sign in to comment.