Last active
September 1, 2023 14:17
-
-
Save streeetlamp/07cd16e8b9791e140ef80a37122903a1 to your computer and use it in GitHub Desktop.
primo dev install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/ExLibrisGroup/primo-explore-devenv.git | |
nvm install v16.17.0 | |
npm install | |
cd gulp | |
edit config.js | |
line 169: | |
`var PROXY_SERVER = 'https://vcu.primo.exlibrisgroup.com:443'; | |
cd ../primo-explore/custom | |
git clone ssh://[email protected]:7999/libs/vcul_primo-ui.git 01VCU_INST-VCUL | |
cd ../../ | |
gulp run --view 01VCU_INST-VCUL --ve | |
http://localhost:8003/discovery/search?query=any,contains,art&tab=Everything&search_scope=MyInst_and_CI&vid=01VCU_INST:VCUL&offset=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment