-
Install the following utilities:
-
Git: a free and open source distributed version control system.
- Unfamiliar with Git? I recommend using GitHub for Windows or GitHub for Mac.
-
Node.js: a software platform that is used to build server-side applications.
-
Grunt: a JavaScript task runner.
$ sudo npm install -g grunt-cli
-
Bower: a package manager for the web.
$ sudo npm install -g bower
-
-
Make sure you have a github account set up with your SSH key
-
Clone this repository to wherever you prefer to keep your projects:
$ git clone https://github.com/erundle/patternfly-examples.git
-
Navigate to where you've installed Teradata UI Platform:
$ cd ~/code/patternfly-examples
-
Install the dependencies:
$ sudo npm install $ sudo bower install
-
Run the app from your localhost:
$ grunt serve
-
The development harness should automatically open in your default browser. If not, visit http://localhost:8090/ in your preferred browser.
-
Building the minified version of the application
$ grunt build
- The GIT master branch is currently being deployed to: http://patternfly-erundle.rhcloud.com/dist/