Skip to content

bilickiv/concerto-hl7-ADL-standards-demo

 
 

Repository files navigation

Concerto HL7 FHIR demonstration project

This project is based on a port of the famous Free Admin Bootstrap Theme SB Admin v2.0 to Angular Theme.

Find out more Free Angular Themes at StartAngular.com.

Installation

####1. Clone this project or Download that ZIP file

$ git clone https://github.com/bilickiv/concerto-hl7-ADL-standards-demo.git

####2. Make sure you have bower, grunt-cli and npm installed globally

$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower

####3. On the command prompt run the following commands

$ cd `project-directory`
  • bower install is ran from the postinstall
$ npm install 
  • a shortcut for grunt serve
$ npm start
  • a shortcut for grunt serve:dist to minify the files for deployment
$ npm run dist 

Note: If you get this following error,

Error: EACCES, permission denied '.config/configstore/insight-bower.yml'
You don't have access to this file.

changing ownner .config

sudo chown -R [user name] ~/.config

Roadmap

  • Add sample AJAX calls and make the directives more modular

Automation tools

Packages

No packages published

Languages

  • HTML 39.3%
  • CSS 28.9%
  • JavaScript 27.6%
  • ApacheConf 4.2%