Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Latest commit

 

History

History
73 lines (35 loc) · 1.62 KB

installation.md

File metadata and controls

73 lines (35 loc) · 1.62 KB

livetpls-angularjs-ee : Installation

Manual installation

WebStorm

copy *.xml from /templates to:

  • Windows

    • <User home>\.WebStormX\config\templates

<User home> in WindowsXP is C:\Documents and Settings\<User name>\; in Windows Vista it is C:\Users\<User name>\

  • Linux

    • ~/.WebStormX/config/templates
  • Mac

    • ~/Library/Preferences/WebStormX/templates

IntelliJ IDEA

For IntelliJ IDEA Community edition the folder name is .IdeaICXX

copy *.xml from /templates to:

  • Windows

    • <User home>\.IntelliJIdeaXX\config\templates

<User home> in WindowsXP is C:\Documents and Settings\<User name>\; in Windows Vista it is C:\Users\<User name>\

  • Linux

    • ~/.IntelliJIdeaXX/config/templates
  • Mac

    • ~/Library/Preferences/IntelliJIdeaXX/templates

Automated installation

Gulp tasks based on manual installation infos to copy live templates xmls to IDE templates directory resolving which OS (Windows, Linux and Mac) and IDE directory

  • clone or download project

  • install node dependencies

$ npm install

  • run Gulp task

    • templates dir options:

      • WebStorm : gulp --install

      • IntelliJ IDEA : gulp --install --idea

      • IntelliJ IDEA Community : gulp --install --idea --community

    • specify IDE version family:

      • --ideVersion={number}