Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

pull down remote backup and dist (5 min)

clone-remote2local --remoteEnv {{ENV_NAME}} --clientAccount {{ACCT_NAME}} --username {{USERNAME}}

use local pre-existing backup on alternate build/dist

clone-remote2local --remoteEnv {{ENV_NAME}} --clientAccount {{ACCT_NAME}} --username {{USERNAME}} --backup {{LOCAL_BACKUP}} --skip-dist-check

checker tool index and fix (30 min~)

java -jar hippo-addon-checker-<version>.jar config > checker-repository.xml

edit checker-repository:

<param name="url" value="jdbc:mysql://localhost:3306/{{DB_NAME}}"/>

java -jar hippo-addon-checker-<version>.jar props > checker.properties

verify the checker tool has access to a lost+found node (15 min~)

mvn clean install -DskipTests && mvn -Pcargo.run visit /cms/console add/verify a lost+found node of type nt:unstructured in root. Note the UUID.

edit checker.properties:

rep.config=checker-repository.xml #... or whatever you named the XML file check.default.lostnfound={{lost+found node UUID}}

java -jar hippo-addon-checker-<version>.jar check

java -jar hippo-addon-checker-<version>.jar fix

stand it up (15 min~)

mvn clean install -DskipTests && mvn -Pcargo.run -Drepo.bootstrap=full

About

clone a remote brXM mission control cloud instance to localhost

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages