You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Apache Ignite uses Bootstrap framework for its website.


Installation

Install SASS (http://sass-lang.com/install) using:

$ sudo gem install sass

Install compass (http://compass-style.org/install) using:

$ sudo gem install compass

Checkout SVN website repository:

$ svn co https://svn.apache.org/repos/asf/incubator/ignite/site/trunk 

Update website

Open httpd.conf file located in /etc/apache2 and make following changes:

 

Start Apache HTTP Server using:

$ sudo apachectl start

 

Edit CSS

Do NOT edit all.css directly.
Run SCSS watchdog:

$ compass watch scss/all.scss

You can edit "all.scss" and "ignite.scss" files.


  • No labels