A package with the required files for the it-services views.
This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.
Install Git if it's not already installed on your computer. Then run (this will download this project to the folder the shell has open):
$ git clone https://github.com/hiof/accordion-view.git
Install io.js (or Node.js) if it's not already installed on your computer. Then run (this will install the project dependencies):
$ sudo npm install -g grunt-cli
$ npm install
$ bower install
$ grunt build
: Compiles and builds the accordion view package for www
$ grunt build2
: Compiles and builds the accordion view package for www2
- Rename secret-template.json to secret.json and add your credentials.
- Deploy and test your code
- The staging server for www
$ grunt deploy-staging
- The staging server for www2
$ grunt deploy-staging2
- The staging server for www
- Deploy to production
- Deploy to www
$ grunt deploy-prod
- Deploy to www2
$ grunt deploy-prod2
- Deploy to www
- v1.1.0 - Make the project server agnostic
- v1.0.0 - Initial accordion view