jboss-set
A basic web page that allows SET members to quickly find the URL to a component
repository based upon a specified release stream.
Page can be viewed here.
This project is generated with yo angular generator
version 0.14.0.
Build & Development
Prerequistes
- Node.js
- bower
- ruby
Local Installation
- git clone <repo_finder_url>
- cd repo-finder
- gem install compass
- npm install
- bower install
Local Development
Run grunt for building, grunt serve for local dev server and grunt serve:dist to preview the generated distribution (how the page will appear on gh-pages).
Deployment
Once your changes are complete, execute the following steps:
- Commit all of your changes.
- Execute
./deploy.sh.- This pushes your commit(s) to the remote repository's src branch, builds the site distribution (dist) and then pushes the new dist to the gh-pages branch. By default the remote repository is the 'origin' remote defined in your local git repository.