Install UC
Brief overview of UC installation
By default, UC is installed along with MC.
Pre-requisites
Before installing UC, note the following:
- Install cURL (Client URL) which is a powerful, free, and open-source command line tool used to transfer data to or from a server.
- Configure the MCP client.
Install UC
UC is installed along with MC. For information about installing MC, see Install MC.
Reinstall UC
To reinstall UC:
- Backup the configuration folder.
cp -r /opt/vconsole/uc/config/dbconfigs /tmp/uc_backup
- Reinstall UC. For information, see Install MC.
- After reinstallation completes, restore the configuration files from the backup.
cp -r /tmp/uc_backup/* /opt/vconsole/uc/config/dbconfigs/
Troubleshooting installation issues
If you encounter any issues after installation, stop and restart the services:
./scripts/service.sh stop
./scripts/service.sh start