Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

More detailed instructions about branding administration.

Back up the Abiquo UI

Include Page
Back up
Abiquo system elements: In addition to regular backups, we recommend that you make a quick backup of the UI before enabling branding.
Log in to a shell on the Abiquo server with a user with root permissions and make a copy of the UI folder

...

the Abiquo UI
Back up the Abiquo UI

Upload themes and logos to the Abiquo UI

Include Page
Upload
an optional default theme to style the login screen and your enterprise
themes
, including the image files.

Note that the abicloudDefault folder contains the predefined default theme; do not overwrite this folder or the login screen will not display correctly.

...

For example, using wget from the Abiquo Server to a Linux machine

Code Block
wget myuser@mymachine:~/Downloads/mytheme_base_theme.tar.gz /var/www/html/ui/theme

Move or copy any existing theme with this name to another folder name

Code Block
cd /var/www/html/ui/theme
mv my_custom_theme my_custom_theme_backup

Extract the theme (which will OVERWRITE any theme with the same name). For example, when the theme was compressed with tar and gzip

Code Block
tar -zxvf my_custom_theme.tar.gz

...

and logos to the Abiquo UI
Upload themes and logos to the Abiquo UI

Edit UI configuration to add new themes to Enterprise menu

...

Include Page
Edit UI configuration to add new

...

Code Block
cd /var/www/html/ui/config
vi client-config-custom.json

Edit the file and add the base theme and the custom themes as an element within the brackets { and }. 

Code Block
 "client.themes": [
 	"abicloudDefault",
 	"my_custom_theme"
 ]

...

themes to the enterprise menu
Edit UI configuration to add new themes to the enterprise menu