Actions

Difference between revisions of "Download Mahara"

From Mahara Wiki

Line 1: Line 1:
[[Image:Mahara_box_v1.jpg|Mahara_box_v1.jpg]]The '''[https://launchpad.net/mahara/+download latest stable version]''' is recommended for most deployments of Mahara. A demonstration installation of the latest stable Mahara is available at [http://demo.mahara.org/ demo.mahara.org].
+
== Where to download things ==
 +
{| class="wikitable"
 +
|'''Mahara'''
 +
|https://launchpad.net/mahara/+download
 +
|-
 +
|'''[[Language Packs]]'''
 +
|http://langpacks.mahara.org
 +
|-
 +
|'''Themes'''
 +
|Mahara Themes forum http://mahara.org/view/groupviews.php?group=40
 +
|-
 +
|'''Plugins'''
 +
|https://wiki.mahara.org/index.php/Plugins
 +
|-
 +
|'''Source code'''
 +
|See https://wiki.mahara.org/index.php/Developer_Area/Source_code
 +
|-
 +
|'''Dev snapshot'''
 +
|https://github.com/MaharaProject/mahara/archive/master.zip (expect it to be unstable)
 +
|}
  
Mahara is in Debian from Lenny onwards - so you may already be able to <code>apt-get install mahara</code> if you're using Debian. Mahara is also in Ubuntu from Intrepid Ibex and beyond.
+
Older versions of Mahara may be available to install as packages in Debian (and its derivatives such as Ubuntu). However, these are '''very''' old and are no longer updated by the Mahara Project.
 
 
Version 1.2 is in Debian Squeeze (and will be for the duration of squeeze's release). Sid is currently tracking 1.5.
 
 
 
<div id="section_1">
 
 
 
==Development Snapshots==
 
 
 
If you wish to see what is coming in the next major version of Mahara, you can [http://gitorious.org/mahara/mahara/archive-tarball/master download a snapshot of trunk] from the git repository, which you can browse online at http://gitorious.org/mahara/mahara. Expect to find bugs in trunk snapshots and development releases!
 
 
 
A nicer way to get hold of a trunk version of Mahara is by using <code>git</code> to check out the repository:
 
 
 
git clone git://gitorious.org/mahara/mahara.git
 
 
 
How you install git depends on you OS/distribution. For Debian and Ubuntu you generally need to install <code>git-core</code>.
 
 
 
</div><div id="section_2">
 
 
 
==Language Packs==
 
 
 
Mahara has language packs for several languages available, and more are being added all the time. The [[Language Packs|Language Packs page]] lists the currently available language packs.
 
 
 
'''Planning to translate Mahara into your language''''''?'''  You can find more information on [[Developer Area/Language Packs|this page]].
 
 
 
</div><div id="section_3">
 
 
 
==Themes==
 
 
 
There is a growing list of themes for Mahara. See the [http://mahara.org/view/groupviews.php?group=40 Mahara Themes group] to view and download them.
 
 
 
</div><div id="section_4">
 
 
 
==Plugins==
 
 
 
Also, people are beginning to contribute plugins. See the [[Plugins|Plugins page]] for more about those.
 
 
 
</div>
 

Revision as of 13:08, 22 October 2014

Where to download things

Mahara https://launchpad.net/mahara/+download
Language Packs http://langpacks.mahara.org
Themes Mahara Themes forum http://mahara.org/view/groupviews.php?group=40
Plugins https://wiki.mahara.org/index.php/Plugins
Source code See https://wiki.mahara.org/index.php/Developer_Area/Source_code
Dev snapshot https://github.com/MaharaProject/mahara/archive/master.zip (expect it to be unstable)

Older versions of Mahara may be available to install as packages in Debian (and its derivatives such as Ubuntu). However, these are very old and are no longer updated by the Mahara Project.