Difference between revisions of "SUNScholar/XMLUI Theme/M2"

From Libopedia
Jump to navigation Jump to search
Line 6: Line 6:
 
#Install node version manager (nvm): https://github.com/creationix/nvm
 
#Install node version manager (nvm): https://github.com/creationix/nvm
 
#Install ruby version manager (rvm): http://rvm.io
 
#Install ruby version manager (rvm): http://rvm.io
#Open a terminal and type: <tt>'''nvm install 0.10.17'''</tt>
+
===Software===
#Open a terminal and type: <tt>'''nvm alias default 0.10.17'''</tt>
+
Open a terminal and type:
#Open a terminal and type: <tt>'''npm install -g bower'''</tt>
+
#<tt>'''nvm install 0.10.17'''</tt>
#Open a terminal and type: <tt>'''npm install -g grunt'''</tt>
+
#<tt>'''nvm alias default 0.10.17'''</tt>
#Open a terminal and type: <tt>'''npm install -g grunt-cli'''</tt>
+
#<tt>'''npm install -g bower'''</tt>
#Open a terminal and type: <tt>'''gem install sass -v 3.2.10'''</tt>
+
#<tt>'''npm install -g grunt'''</tt>
#Open a terminal and type: <tt>'''gem install compass'''</tt>
+
#<tt>'''npm install -g grunt-cli'''</tt>
 +
#<tt>'''gem install sass -v 3.2.10'''</tt>
 +
#<tt>'''gem install compass'''</tt>
  
 
===Development===
 
===Development===

Revision as of 04:22, 28 August 2014

Back to XMLUI Theme

Requirements

  1. Install "node.js" software: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
  2. Install node version manager (nvm): https://github.com/creationix/nvm
  3. Install ruby version manager (rvm): http://rvm.io

Software

Open a terminal and type:

  1. nvm install 0.10.17
  2. nvm alias default 0.10.17
  3. npm install -g bower
  4. npm install -g grunt
  5. npm install -g grunt-cli
  6. gem install sass -v 3.2.10
  7. gem install compass

Development

Bootstrap Framework

References