[Building Sakai] 2.7 Install

D. Stuart Freeman stuart.freeman at et.gatech.edu
Fri Mar 26 08:02:26 PDT 2010


Right, but if you need a newer version of maven you can edit
/etc/apt/apt.conf to add:

  APT::Default-Release "stable";

then edit /etc/apt/sources.list duplicate all the lines containing the
word stable (or lenny) and substitute "testing" (or "squeeze") in all the
new lines. Then run:

  apt-get update

Then you can install the maven from testing by running:

  apt-get -t testing install maven2

On Fri, Mar 26, 2010 at 12:41:22AM +0200, Warwick Chapman wrote:
>    Hi Stuart
>    I'm running Lenny on the VMs.  I will stick with Lenny until Squeeze is
>    stable.
>    -- Warwick Bruce Chapman | +27 83 7797 094 | [1]http://warwickchapman.com
> 
>    On Thu, Mar 25, 2010 at 10:00 PM, D. Stuart Freeman
>    <[2]stuart.freeman at et.gatech.edu> wrote:
> 
>      You should be able to install the 2.2.1 package from squeeze.  It's only
>      dependencies are the libmaven2-core-java package which you should
>      probably also get from squeeze and default-jre >= 1.4 which you should
>      already have in lenny.
>      On Thu, Mar 18, 2010 at 08:17:07AM +0200, Warwick Chapman wrote:
>      >    Aaron
>      >    Are you using 2.0.10 on Debian Lenny? �Is there a backport?
>      >    Warwick
>      >
>      >    On Thu, Mar 18, 2010 at 1:21 AM, Aaron Zeckoski
>      <[1][3]azeckoski at unicon.net>
>      >    wrote:
>      >
>      >      I use 2.0.10 and have been for a long time with no problems. I
>      don't
>      >      think there is any reason to upgrade beyond that unless you
>      actually
>      >      need to.
>      >      -AZ
>      >
>      >      On Wed, Mar 17, 2010 at 11:11 PM, Steve Swinsburg
>      >      <[2][4]steve.swinsburg at gmail.com> wrote:
>      >      > Hi,
>      >      > There is no real reason not to be using a version of Maven
>      lower than
>      >      2.2.1.
>      >      > 2.0.10 is over a year old and the 2.0 series is only
>      recommended for
>      >      > projects that need to run on JDK 1.4. As time goes on, Sakai
>      will no
>      >      doubt
>      >      > be moving forward with Maven version. I've been using 2.2.1 for
>      the
>      >      past 6
>      >      > months for Sakai 2.5 and up.
>      >      > It's very simple to upgrade, heres a guide for OS X:
>      >      >
>      >    
>       [3][5]http://steve-on-sakai.blogspot.com/2009/04/updating-maven-on-mac-os-x.html
>      >      > Will be very similar for Linux.
>      >      > cheers,
>      >      > Steve
>      >      >
>      >      >
>      >      >
>      >      >
>      >      > On 18/03/2010, at 6:37 AM, Warwick Chapman wrote:
>      >      >
>      >      > Ok, so first stumbling stone:
>      >      > [INFO] Unable to build project
>      '/root/sakai-2.7.x/master/pom.xml; it
>      >      > requires Maven version 2.0.10
>      >      > I have Maven 2.0.9 installed in Lenny. �Is anyone else using
>      Lenny OS
>      >      for
>      >      > deployment?
>      >      > On Wed, Mar 17, 2010 at 8:05 PM, Warwick Chapman
>      >      <[4][6]warwickchapman at gmail.com>
>      >      > wrote:
>      >      >>
>      >      >> Oh, and using Java 6.
>      >      >>
>      >      >> On Wed, Mar 17, 2010 at 7:03 PM, Warwick Chapman
>      >      >> <[5][7]warwickchapman at gmail.com> wrote:
>      >      >>>
>      >      >>> Hi All
>      >      >>> I am doing my first ever install of Sakai, intended to be
>      used by a
>      >      >>> community of 3000-5000 people.
>      >      >>> I have prepared a server with 8G RAM and 750G drives with two
>      Xen
>      >      VMs.
>      >      >>> One the first VM, I intend running the application stack and
>      on the
>      >      >>> second VM, the database. �The intention here is that if the
>      project
>      >      grows
>      >      >>> beyond the capability of this piece of hardware, I will move
>      one of
>      >      the VMs
>      >      >>> onto another server.
>      >      >>> In case it matters, Dom0 is 64-bit Centos 5.4 and the two
>      DomU's
>      >      (VMs)
>      >      >>> are 64-bit Debian Lenny 5.0.4
>      >      >>> So, I plan to
>      >      >>>
>      >    
>       follow�[6][8]http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Source+Install+(2.6)
>      >      >>> with the following adjustments for 2.7:
>      >      >>> 1. I will checkout the 2.7.x branch instead of the latest 2.6
>      stable
>      >      tag:
>      >      >>> svn co
>      >    
>       [7][9]https://source.sakaiproject.org/svn/sakai/branches/sakai-2.7.x/
>      >      >>> sakai-2.7.x
>      >      >>> 2. I will set my JAVA_OPTS to:
>      >      >>> export JAVA_OPTS='-server -Xms512m -Xmx1024m
>      -XX:PermSize=128m
>      >      >>> -XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m
>      >      -verbose:gc
>      >      >>> -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
>      -Djava.awt.headless=true
>      >      >>> -Dhttp.agent=Sakai -Dsakai.demo=true
>      >      >>>
>      -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
>      >      >>> -Dsun.lang.ClassLoader.allowArraySyntax=true'
>      >      >>> (Anthony suggests I do not need Strict Quote Escaping, is it
>      safe to
>      >      >>> leave it in there since it appears it will be required going
>      >      forward)
>      >      >>> 3. <insert your adjustment here>
>      >      >>> -- Warwick Bruce Chapman | 083 7797 094 |
>      >      [8][10]http://warwickchapman.com
>      >      >
>      >      > _______________________________________________
>      >      > sakai-dev mailing list
>      >      > [9][11]sakai-dev at collab.sakaiproject.org
>      >      >
>      [10][12]http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>      >      >
>      >      > TO UNSUBSCRIBE: send email to
>      >      [11][13]sakai-dev-unsubscribe at collab.sakaiproject.org
>      >      > with a subject of "unsubscribe"
>      >      >
>      >      > _______________________________________________
>      >      > sakai-dev mailing list
>      >      > [12][14]sakai-dev at collab.sakaiproject.org
>      >      >
>      [13][15]http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>      >      >
>      >      > TO UNSUBSCRIBE: send email to
>      >      [14][16]sakai-dev-unsubscribe at collab.sakaiproject.org
>      >      > with a subject of "unsubscribe"
>      >      >
>      >
>      >      --
>      >      Aaron Zeckoski - Software Engineer -
>      [15][17]http://tinyurl.com/azprofile
>      >
>      > References
>      >
>      >    Visible links
>      >    1. mailto:[18]azeckoski at unicon.net
>      >    2. mailto:[19]steve.swinsburg at gmail.com
>      >    3.
>      [20]http://steve-on-sakai.blogspot.com/2009/04/updating-maven-on-mac-os-x.html
>      >    4. mailto:[21]warwickchapman at gmail.com
>      >    5. mailto:[22]warwickchapman at gmail.com
>      >    6.
>      [23]http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Source+Install+(2.6)
>      >    7.
>      [24]https://source.sakaiproject.org/svn/sakai/branches/sakai-2.7.x/
>      >    8. [25]http://warwickchapman.com/
>      >    9. mailto:[26]sakai-dev at collab.sakaiproject.org
>      >   10. [27]http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>      >   11. mailto:[28]sakai-dev-unsubscribe at collab.sakaiproject.org
>      >   12. mailto:[29]sakai-dev at collab.sakaiproject.org
>      >   13. [30]http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>      >   14. mailto:[31]sakai-dev-unsubscribe at collab.sakaiproject.org
>      >   15. [32]http://tinyurl.com/azprofile
>      > _______________________________________________
>      > sakai-dev mailing list
>      > [33]sakai-dev at collab.sakaiproject.org
>      > [34]http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>      >
>      > TO UNSUBSCRIBE: send email to
>      [35]sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
>      "unsubscribe"
> 
>      --
>      D. Stuart Freeman
>      Georgia Institute of Technology
>      -----BEGIN PGP SIGNATURE-----
>      Version: GnuPG v1.4.10 (GNU/Linux)
> 
>      iEYEARECAAYFAkurwO4ACgkQ74jXllI0CXQlRwCg6eapF5ZS6sMkchmpbtcgpKsT
>      CZoAnRlrb0gQqpQ2KpdrSpf72RzkRr5x
>      =b3ff
>      -----END PGP SIGNATURE-----
> 
> References
> 
>    Visible links
>    1. http://warwickchapman.com/
>    2. mailto:stuart.freeman at et.gatech.edu
>    3. mailto:azeckoski at unicon.net
>    4. mailto:steve.swinsburg at gmail.com
>    5. http://steve-on-sakai.blogspot.com/2009/04/updating-maven-on-mac-os-x.html
>    6. mailto:warwickchapman at gmail.com
>    7. mailto:warwickchapman at gmail.com
>    8. http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Source+Install+(2.6)
>    9. https://source.sakaiproject.org/svn/sakai/branches/sakai-2.7.x/
>   10. http://warwickchapman.com/
>   11. mailto:sakai-dev at collab.sakaiproject.org
>   12. http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>   13. mailto:sakai-dev-unsubscribe at collab.sakaiproject.org
>   14. mailto:sakai-dev at collab.sakaiproject.org
>   15. http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>   16. mailto:sakai-dev-unsubscribe at collab.sakaiproject.org
>   17. http://tinyurl.com/azprofile
>   18. mailto:azeckoski at unicon.net
>   19. mailto:steve.swinsburg at gmail.com
>   20. http://steve-on-sakai.blogspot.com/2009/04/updating-maven-on-mac-os-x.html
>   21. mailto:warwickchapman at gmail.com
>   22. mailto:warwickchapman at gmail.com
>   23. http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Source+Install+(2.6)
>   24. https://source.sakaiproject.org/svn/sakai/branches/sakai-2.7.x/
>   25. http://warwickchapman.com/
>   26. mailto:sakai-dev at collab.sakaiproject.org
>   27. http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>   28. mailto:sakai-dev-unsubscribe at collab.sakaiproject.org
>   29. mailto:sakai-dev at collab.sakaiproject.org
>   30. http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>   31. mailto:sakai-dev-unsubscribe at collab.sakaiproject.org
>   32. http://tinyurl.com/azprofile
>   33. mailto:sakai-dev at collab.sakaiproject.org
>   34. http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>   35. mailto:sakai-dev-unsubscribe at collab.sakaiproject.org

> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"


-- 
D. Stuart Freeman
Georgia Institute of Technology
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100326/0383291c/attachment.bin 


More information about the sakai-dev mailing list