How to install Uvodo eCommerce on live server? Step-by-step video guide.
In this video, you’ll learn how to install the Uvodo eCommerce script on a live server. Make sure you have your domain and hosting configured to proceed the installation process.
More Information:
- Learn about server requirements: https://uvodo.com/documentation/#h5
- Where to find my license key? https://help.market.envato.com/hc/en-…
- How to create MySQL Databases in cPanel? https://youtu.be/hiIX9RccUHY
- How to set up my Uvodo store? https://uvodo.com/documentation/#h7
Fixing the Permissions for Files and Directory from cPanel – Terminal | Troubleshooting
In this video you’ll learn how to fix the permissions for files and directory from cPanel – Terminal in case you got an “internal server error” message in your browser tab while installing the Uvodo script.
More Information:
- Command scripts to fix the permission for directory and files from terminal, accordingly:
- find . -type d -exec chmod 0755 {} \;
- find . -type f -exec chmod 0644 {} \;
- Uvodo Installation Guide: https://youtu.be/4cdsUzdpZig
- How to set up my Uvodo store? https://uvodo.com/documentation/#h7