Re: [Dspace-tech] DSpace 5 Upgrade steps

2015-05-04 Thread Hilton Gibson
Hi Lewatle

See the please note: here:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2#Theme_Only_Re-Build

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 4 May 2015 at 11:07, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote:

  Hi All,



 On my dspace upgrade I have executed the following commands in sequence
 without errors from step 5 :

 mvn -U clean package

 mvn -U clean package -Dmirage2.on=true

 Omitted this command(“the following command I haven’t executed”)

 mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false

  please advise if I should also run : mvn -U clean package -Dmirage2.on=
 true -Dmirage2.deps.included=false




 _



 *Enabling and building the DSpace 5 Mirage 2 theme*

 Icon

 Mirage 2 is a responsive theme for the XML User Interface, added as a new
 feature in DSpace 5. It has not yet replaced the Mirage 1 theme as the
 XMLUI default theme.

 To enable Mirage 2, add the following to the  themes  section
 of src/dspace/config/xmlui.xconf , replacing the currently active theme:

   theme name=Mirage 2 regex=.* path=Mirage2/ /

 It is important to do this before executing the maven build.

 Mirage 2 is not yet activated in the default mvn package build. To
 include it as part of the build, run:


 mvn -U clean package -Dmirage2.on=true



 The speed of this specific step of the build can be increased by
 installing local copies of the specific dependencies required for building
 Mirage 2. The Mirage 2 developer documentation
 https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2 provides
 detailed instructions for these installations. After the installation of
 these dependencies, you can choose to run:


 mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false



 *Warning: *The Mirage 2 build process should NOT be run as root. It
 must be run as a non-root user. For more information see: Mirage 2 Common
 Build Issues
 https://wiki.duraspace.org/display/DSDOC5x/Mirage+2+Configuration+and+Customization#Mirage2ConfigurationandCustomization-CommonBuildIssues



 Regards,

 Lewatle

  This communication is intended for the addressee only. It is confidential. 
 If you have received this communication in error, please notify us 
 immediately and destroy the original message. You may not copy or disseminate 
 this communication without the permission of the University. Only authorised 
 signatories are competent to enter into agreements on behalf of the 
 University and recipients are thus advised that the content of this message 
 may not be legally binding on the University and may contain the personal 
 views and opinions of the author, which are not necessarily the views and 
 opinions of The University of the Witwatersrand, Johannesburg. All agreements 
 between the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary.



 --
 One dashboard for servers and applications across Physical-Virtual-Cloud
 Widest out-of-the-box monitoring support with 50+ applications
 Performance metrics, stats and reports that give you Actionable Insights
 Deep dive visibility with transaction tracing using APM Insight.
 http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace 5 Upgrade steps

2015-05-04 Thread Lewatle Phaladi
Thanks Hilton.

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: 04 May 2015 11:43 AM
To: Lewatle Phaladi
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace 5 Upgrade steps

Hi Lewatle

See the please note: here: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2#Theme_Only_Re-Build

Cheers

hg

Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 4 May 2015 at 11:07, Lewatle Phaladi 
lewatle.phal...@wits.ac.zamailto:lewatle.phal...@wits.ac.za wrote:
Hi All,

On my dspace upgrade I have executed the following commands in sequence without 
errors from step 5 :
mvn -U clean package
mvn -U clean package -Dmirage2.on=true
Omitted this command(“the following command I haven’t executed”)

mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false
please advise if I should also run : mvn -U clean package -Dmirage2.on=true 
-Dmirage2.deps.included=false

_

Enabling and building the DSpace 5 Mirage 2 theme
Icon
Mirage 2 is a responsive theme for the XML User Interface, added as a new 
feature in DSpace 5. It has not yet replaced the Mirage 1 theme as the XMLUI 
default theme.
To enable Mirage 2, add the following to the  themes  section of 
src/dspace/config/xmlui.xconf , replacing the currently active theme:
  theme name=Mirage 2 regex=.* path=Mirage2/ /
It is important to do this before executing the maven build.
Mirage 2 is not yet activated in the default mvn package build. To include it 
as part of the build, run:

mvn -U clean package -Dmirage2.on=true

The speed of this specific step of the build can be increased by installing 
local copies of the specific dependencies required for building Mirage 2. The 
Mirage 2 developer 
documentationhttps://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2
 provides detailed instructions for these installations. After the installation 
of these dependencies, you can choose to run:

mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false

Warning: The Mirage 2 build process should NOT be run as root. It must be run 
as a non-root user. For more information see: Mirage 2 Common Build 
Issueshttps://wiki.duraspace.org/display/DSDOC5x/Mirage+2+Configuration+and+Customization#Mirage2ConfigurationandCustomization-CommonBuildIssues

Regards,
Lewatle
This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorised 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.




--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


table width=100% border=0 cellspacing=0 cellpadding=0 
style=width:100%; 
tr
td align=left style=text-align:justify;font face=arial,sans-serif 
size=1 color=#99span style=font-size:11px;This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless