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

From Libopedia
Jump to navigation Jump to search
m
Line 17: Line 17:
  
 
===Development===
 
===Development===
*https://atmire.com/website/?q=content/fresh-look-and-feel-dspace-4
+
*Copy the source theme to the custom "modules" folder.
<!-- *https://atmire.com/website/?q=download-mirage-2 -->
+
cp -R
  
 
===[[SUNScholar/Bootstrap Framework|Bootstrap Framework]]===
 
===[[SUNScholar/Bootstrap Framework|Bootstrap Framework]]===
  
 
===References===
 
===References===
 +
*https://atmire.com/website/?q=content/fresh-look-and-feel-dspace-4
 +
<!-- *https://atmire.com/website/?q=download-mirage-2 -->
 
*https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2
 
*https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2

Revision as of 04:26, 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 new 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

  • Copy the source theme to the custom "modules" folder.
cp -R 

Bootstrap Framework

References