Socket
Socket
Sign inDemoInstall

formbuilder-lhcforms

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formbuilder-lhcforms

Build LHC-Forms and FHIR Questionnaires


Version published
Weekly downloads
199
increased by385.37%
Maintainers
3
Weekly downloads
 
Created
Source

Installation

  1. Install nodejs package globally on your system.

  2. Clone git repository of lforms-formbuilder.

     $ git clone https://github.com/lhncbc/formbuilder-lhcforms.git
    
  3. Change to formbuilder directory and setup environment. Edit bashrc.formbuilder file to setup necessary environment. You can make a similar rc file to suit your shell. Please make sure that ./node_modules/.bin is in your path for the rest of the installation.

     $ cd formbuilder-lhcforms
     $ npm ci
     $ source bashrc.formbuilder
     
    
  4. Install required bower packages:

     $ bower install
        
    
  5. Edit formbuilder.conf.js to configure the application for your setup.

    1. If choosing https option, specify your ssl key, certificate and authority files.
    2. Specify server's host name (or IP) and port number.
    3. Specify Google Analytics gtag tracking id.
  6. Run grunt task to generate index.html from template.

     $ grunt template
        
    
  7. Start formbuilder server for development.

     $ grunt serve
     
    
  8. Build the package for production and run.

     $ grunt build
     $ cd dist
     $ node app -env production
     
    
     
    

FAQs

Package last updated on 27 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc