Proposal doc https://backbase.atlassian.net/wiki/display/ES/Backbase+Command+Line+Tools%2C+Proposal
CLI Tool repo https://github.com/Backbase/bb-cli Project set-up doc https://github.com/Backbase/bb-cli/blob/master/docs/dependencies-setup.md
Go to LP11 archetype project.
-
Run
bb init
-
Link generated require-conf.js to your page
Add
<script src="/portalserver/static/bower_components/require-bower-config.js"></script>
to
portalserver/src/main/webapp/WEB-INF/launchpad/pages/launchpad-lib.jsp
- Install new independent component
bb install https://github.com/operatino/backbase-robert.git#sep-feed --save
- Install bundle of other components
bb install https://github.com/operatino/backbase-robert.git#sep-bundle
- Clone existing component
cd portalserver/src/main/webapp/static
mkdir components
cd components
git clone -b sep-feed https://github.com/operatino/backbase-robert.git custom-feed
- Change something
open catalog-robert-feed.xml
- Deploy with install
bb deploy -I