Site Tools


Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
install-manual:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install-manual:misc [2025/04/03 13:20] 129.254.32.218install-manual:misc [2025/04/17 22:37] (current) 211.231.76.183
Line 10: Line 10:
  
 ==== Auto Update ==== ==== Auto Update ====
-  * If an "Update" message appears during usage, follow the steps below. +If an "Update" message appears during usage, follow the steps below. 
-  After the update, you need to clean the platform and restart with "make syn".+After the update, you need to clean the platform and restart with "make syn".
  
-  * [Instruction+=== Instruction Linux=== 
-    * [Linux & Windows] +  inst) If you have any work in progress, back up the platform directory elsewhere. 
-      If you have any work in progress, back up the platform directory elsewhere. +  inst) cd #{RVX_MINI_HOME} 
-      cd ${RVX_MINI_HOME} +  cmd) ./update.sh 
- +  inst) close and reopen the terminal.
-    * [Linux - Continued] +
-      - ./update.sh +
-        - If update.sh does not exist, run make config. +
-      - open a new terminal and restart the work. +
- +
-    * [Windows - Continued] +
-      - update.bat +
-        - If update.bat does not exist, run make config. +
-        - open a new terminal and restart the work.+
  
 +=== Instruction @ Windows ===
 +  inst) If you have any work in progress, back up the platform directory elsewhere.
 +  inst) cd #{RVX_MINI_HOME}
 +  cmd) update.bat
 +  inst) close and reopen the terminal.
 +  
 ==== Manual Update ==== ==== Manual Update ====
-  * Performed at the request of the administrator. +Performed at the request of the administrator. 
-  After the update, you need to clean the platform and restart with "make syn"+After the update, you need to clean the platform and restart with "make syn"
-  * [Instruction] +=== Instruction @ Any OS=== 
-    * [Linux & Windows] +  inst) If you have any work in progress, back up the platform directory elsewhere. 
-      - If you have any work in progress, back up the platform directory elsewhere. +  cmd) cd #{RVX_MINI_HOME} 
-      cd ${RVX_MINI_HOME} +  cmd) git checkout . 
-      git checkout . +  cmd) git pull origin master 
-      git pull origin master +  cmd) git submodule init 
-      git submodule init +  cmd) git submodule update 
-      git submodule update +  cmd) make reconfig_python 
-      make reconfig_python +  cmd) make pip3 
-      make pip3 +  cmd) make config 
-      make config +  inst) close and reopen the terminal.
-      - open a new terminal and restart the work.+
install-manual/misc.1743654053.txt · Last modified: 2025/04/03 13:20 by 129.254.32.218