Difference between revisions of "Download"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 1: Line 1:
First things first: read the [[Installation Manual for 2.4]]. There's more to installing WeBWorK than just downloading a tarball. But if you just can't wait, or want to get a look at the code, read on...
+
First things first: read the [[Installation Manual for 2.4]]. There's more to installing WeBWorK than just downloading the code. But if you just can't wait, or want to get a look at the code, read on...
   
WeBWorK can be downloaded from SourceForge or checked out of [[Subversion|SVN]]. We '''recommend that you install WeBWorK from SVN''', since you can get more up-to-date code that may contain bug fixes that haven't been released yet. It also makes updates easier.
+
There are two ways to download WeBWorK. A compressed [[wp:Tar_(file_format)|tarball]] of the WeBWorK and PG code can be downloaded from SourceForge. The code can also be checked out of [[Subversion|SVN]]. We '''recommend that you install WeBWorK from SVN''', since you can get more up-to-date code that may contain bug fixes that haven't been released yet. It also makes updates easier.
   
 
== Download WeBWorK and PG using SVN ==
 
== Download WeBWorK and PG using SVN ==
Line 10: Line 10:
 
{{SVN checkout|repo=system|dir=pg}}
 
{{SVN checkout|repo=system|dir=pg}}
   
See the [[Installation Manual for 2.4]] for details.
+
See the [[Installation Manual for 2.4]] for information on how to complete your installation after obtaining the code. See the [[Subversion]] article for more information on SVN.
   
 
== Download WeBWorK and PG from SourceForge ==
 
== Download WeBWorK and PG from SourceForge ==
   
  +
To download a compressed [[wp:Tar_(file_format)|tarball]] go to
 
http://sourceforge.net/project/showfiles.php?group_id=93112
 
http://sourceforge.net/project/showfiles.php?group_id=93112
   
Line 27: Line 28:
 
* [[Release notes for PG 2.4.0]]
 
* [[Release notes for PG 2.4.0]]
 
* [[:Category:Release Notes]]
 
* [[:Category:Release Notes]]
  +
  +
[Category:Administration]
  +
[Category:SVN]
  +
[Category:Installation]

Revision as of 22:31, 20 June 2010

First things first: read the Installation Manual for 2.4. There's more to installing WeBWorK than just downloading the code. But if you just can't wait, or want to get a look at the code, read on...

There are two ways to download WeBWorK. A compressed tarball of the WeBWorK and PG code can be downloaded from SourceForge. The code can also be checked out of SVN. We recommend that you install WeBWorK from SVN, since you can get more up-to-date code that may contain bug fixes that haven't been released yet. It also makes updates easier.

Download WeBWorK and PG using SVN

You most likely want the bugfixes branch for the current version. To grab that from SVN, type the following:

svn co http://svn.webwork.maa.org/system/trunk/webwork2
svn co http://svn.webwork.maa.org/system/trunk/pg

See the Installation Manual for 2.4 for information on how to complete your installation after obtaining the code. See the Subversion article for more information on SVN.

Download WeBWorK and PG from SourceForge

To download a compressed tarball go to http://sourceforge.net/project/showfiles.php?group_id=93112

Release notes and current version

The current version of WeBWorK is 2.4.5. The current version of the PG Language is 2.4.5. The latest stable branch, which includes bug fixes and features since the release 2.4.5 is rel-2-4-patches. (The release tag rel-2-4-dev has been discontinued.)

[Category:Administration] [Category:SVN] [Category:Installation]