(02-26-2015, 11:48 AM)darkzoft Wrote:(02-26-2015, 10:38 AM)Dexxa Wrote: When uploading, did you rename the folder to Zentora?
Hi Dexxa!
Thank you for the great response time and support, indeed, my unzip command did extract the zip contents under Zentora/Zentora-master so I had to do a: mv * ../ to get all files moved up one level.
Zentora looks great and Sentora is my new prefered panel from now on.
Kind Regards!
DarkZoft
So I realized that I could provide a better explanation of my issue/resolution, just in case someone else gets into the same situation, so here it goes:
* I'm using ssh to get acces to my VPS, all bold lines are console commands.
1.- I navigated to the styles folder of my Sentora instalation with this command
cd ~/etc/sentora/panel/etc/styles/
2.- I dowloaded my copy from GitHub with this command:
wget https://github.com/auxio/Zentora/archive/master.zip
3.- I extracted the zip contents under /Zentora folder with this command
unzip master.zip Zentora
The problem: The master.zip file contains a folder called "Zentora-master" so unextracted the zip content rendered /Zentora/Zentora-master. When I selected the theme in Sentora all seemed to be fine so I just saved the settings and I found that after a refresh the panel came out with a blank page...
The solution: I drilled down to the extracted folder with this command:
cd ~/etc/sentora/panel/etc/styles/Zentora/Zentora-master
and moved all files/folders up one level with this command:
mv * ../
Whoala! My Sentora panel came back with this excellent theme!