Creating new skins in WebVoyage
- Product: Voyager
Question
How to create a new skin directory in WebVoyage?
Answer
via command line (where xxxdb is the Voyager Database Instance)
- Connect to server as voyager user via SSH or telnet
cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui
cp -pr exl_default new_skin
Result: this will create a copy of exl_default named new_skin. You can also copy other skins, just change the cp command as appropriate.
via UTIL menu (8.1.0 and higher)
- Connect to server as voyager user via SSH or telnet
dlib xxxdb
util
- Follow the prompts:
W. WebVoyage Utilities
C. Create New Skin
- Follow prompts to create new skin.
Result: a new skin directory with the name you provide at the prompt will be created for your xxxdb. It is a duplicate of the exl_default skin.
- Article last edited: 28-May-2020