Versions Compared

Key

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

...

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

    Code Block
    $ sudo gem install sass
     
  2. Install compass (http://compass-style.org/install) using:

    Code Block
    $ sudo gem install compass

     

  3. Checkout SVN website repository:

    Code Block
    $ 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:

...

You can edit "all.scss" and "ignite.scss" files. Run SCSS watchdog using:

...

Code Block
 $ compass watch scss/all.scss

...

Warning

Do NOT edit all.css directly. 

...