Last active
August 29, 2015 14:01
-
-
Save timc3/a935a422108e6593e3fe to your computer and use it in GitHub Desktop.
Theming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p /opt/cantemo/portal/portal_themes/demo/templates/ | |
yum install rubygems gcc-c++ ruby-devel | |
gem install less | |
gem install therubyracer | |
cd /opt/cantemo/portal/portal_media/less/ | |
cp portal-core.less portal-demo.less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment