mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 10:04:16 +00:00
docs(project): update setup.sh
This commit is contained in:
parent
5c2a079307
commit
43ee5f0d16
@ -9,6 +9,7 @@ git clone git@github.com:bpmn-io/diagram-js-direct-editing.git > /dev/null
|
|||||||
git clone git@github.com:bpmn-io/moddle.git > /dev/null
|
git clone git@github.com:bpmn-io/moddle.git > /dev/null
|
||||||
git clone git@github.com:bpmn-io/moddle-xml.git > /dev/null
|
git clone git@github.com:bpmn-io/moddle-xml.git > /dev/null
|
||||||
git clone git@github.com:bpmn-io/bpmn-js.git > /dev/null
|
git clone git@github.com:bpmn-io/bpmn-js.git > /dev/null
|
||||||
|
git clone git@github.com:bpmn-io/bpmn-js-cli.git > /dev/null
|
||||||
git clone git@github.com:bpmn-io/bpmn-moddle.git > /dev/null
|
git clone git@github.com:bpmn-io/bpmn-moddle.git > /dev/null
|
||||||
git clone git@github.com:bpmn-io/ids.git > /dev/null
|
git clone git@github.com:bpmn-io/ids.git > /dev/null
|
||||||
|
|
||||||
@ -17,7 +18,7 @@ echo done.
|
|||||||
echo setup diagram-js
|
echo setup diagram-js
|
||||||
|
|
||||||
cd $base/diagram-js
|
cd $base/diagram-js
|
||||||
npm install > /dev/null
|
npm install
|
||||||
npm link
|
npm link
|
||||||
|
|
||||||
|
|
||||||
@ -32,7 +33,7 @@ echo setup moddle-xml
|
|||||||
|
|
||||||
cd $base/moddle-xml
|
cd $base/moddle-xml
|
||||||
npm link moddle
|
npm link moddle
|
||||||
npm install > /dev/null
|
npm install
|
||||||
npm link
|
npm link
|
||||||
|
|
||||||
|
|
||||||
@ -41,7 +42,7 @@ echo setup bpmn-moddle
|
|||||||
cd $base/bpmn-moddle
|
cd $base/bpmn-moddle
|
||||||
npm link moddle-xml
|
npm link moddle-xml
|
||||||
npm link moddle
|
npm link moddle
|
||||||
npm install > /dev/null
|
npm install
|
||||||
npm link
|
npm link
|
||||||
|
|
||||||
|
|
||||||
@ -49,25 +50,39 @@ echo setup diagram-js-direct-editing
|
|||||||
|
|
||||||
cd $base/diagram-js-direct-editing
|
cd $base/diagram-js-direct-editing
|
||||||
npm link diagram-js
|
npm link diagram-js
|
||||||
npm install > /dev/null
|
npm install
|
||||||
npm link
|
npm link
|
||||||
|
|
||||||
|
|
||||||
echo setup ids
|
echo setup ids
|
||||||
|
|
||||||
cd $base/ids
|
cd $base/ids
|
||||||
npm install > /dev/null
|
npm install
|
||||||
npm link
|
npm link
|
||||||
|
|
||||||
|
|
||||||
echo setup bpmn-js
|
echo setup bpmn-js
|
||||||
|
|
||||||
cd $base/bpmn-js
|
cd $base/bpmn-js
|
||||||
npm link bpmn-moddle
|
npm install
|
||||||
npm link diagram-js
|
npm link diagram-js
|
||||||
npm link diagram-js-direct-editing
|
npm link diagram-js-direct-editing
|
||||||
npm link ids
|
npm link ids
|
||||||
npm install > /dev/null
|
npm link bpmn-moddle
|
||||||
npm link
|
npm link
|
||||||
|
|
||||||
|
|
||||||
|
echo setup bpmn-js-cli
|
||||||
|
|
||||||
|
cd $base/bpmn-js-cli
|
||||||
|
npm install
|
||||||
|
npm link bpmn-js
|
||||||
|
npm link
|
||||||
|
|
||||||
|
# deferred link cli (circular dev dependency)
|
||||||
|
cd $base/bpmn-js
|
||||||
|
npm link bpmn-js-cli
|
||||||
|
|
||||||
|
cd $base
|
||||||
|
|
||||||
echo all done.
|
echo all done.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user