0.0.8 • Published 12 years ago

lrfecompile v0.0.8

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

lrfecompile

A node.js module for automatic compile frontend on Liferay.

Just run the script, and all changes in portlets, extensions and themes will be immediately available for viewing.

Script monitors the following folders:

./portlets
./ext/platform-ext/docroot/WEB-INF/ext-web/docroot/html
./themes

Installation

To install, first make sure you have a working copy of the latest stable version of Node.js, and npm (the Node Package Manager). You can then install lrfecompile with npm:

$ npm install lrfecompile -g

Usage

lrfecompile can be run from the command line:

Usage: lrfecompile [options]

Options:

  -h, --help             output usage information
  -V, --version          output the version number
  -t, --tomcat <n>       tomcat root folder
  -r, --root <n>         plugins root folder, defaul '.'
  -l, --liferayport <n>  liferay port, defaul 8080
  -p, --proxyport <n>    proxy port, defaul 8000

Examples:

  $ lrfecompile -t ../liferay-portal-6.1.1-ce-ga2/tomcat-7.0.27/ -p 9000

Then your portal will be available at the new port (proxyport), fox ex:

http://portal.dev:9000

Be happy

Use it, fork it.

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago