- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 194字
- 2021-07-08 10:05:51
Add an existing product to WUM repository
In cases where we have downloaded the product from the product page of wso2.com, we can add this download to the repository so that we can check for updates.
If we have previously downloaded, for example, WSO2 ESB 5.0.0, the previous version of WSO2 EI, and we want to add it to the repository to check whether any update is available for it, we type the following:
C:>wum add --file wso2esb-5.0.0.zip Connecting to WSO2 Update... Adding product wso2esb-5.0.0... Successfully added to following location: C:\wso2\products\wso2esb\5.0.0\wso2esb-5.0.0.zip
What's next?
use wum check-update wso2esb-5.0.0 to check for updates
use wum update wso2esb-5.0.0 to install latest updates
Remember that in Mac, you need to put the full path when typing the name of the file; in this case, we need to type the full path for the file, wso2esb-5.0.0.zip.
Now, we have WSO2 ESB 5.0.0 in the local repository. The ZIP containing the original server will remain in the source location, and an updated/patched copy will be placed under [product.repo]/wso2esb/5.0.0/ in the repository location.
Next step, as we can read in the message displayed in the console, is to check for updates.
- Getting Started with React
- 移動UI設(shè)計(微課版)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- YARN Essentials
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- HTML5 and CSS3 Transition,Transformation,and Animation
- Linux命令行與shell腳本編程大全(第4版)
- 用戶體驗(yàn)增長:數(shù)字化·智能化·綠色化
- Swift語言實(shí)戰(zhàn)精講
- Spring MVC+MyBatis開發(fā)從入門到項(xiàng)目實(shí)踐(超值版)
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Scala Functional Programming Patterns
- 深入實(shí)踐DDD:以DSL驅(qū)動復(fù)雜軟件開發(fā)
- ASP.NET Core and Angular 2
- 流暢的Python