Book Image

Mahara ePortfolios: Beginner's Guide

Book Image

Mahara ePortfolios: Beginner's Guide

Overview of this book

Mahara ePortfolios helps you to use software as you follow an experiential learning cycle. In Mahara you can: Plan your learning. Do what you do and gather evidence of your competence as you do those things. View and organize your work by structuring your data in easy-to-make (web)pages and (mini-website) collections of those pages. Reflect on your learning by use of professional journals, engaging feedback on your pages and establishing and engaging in online communities who share a similar interest. Mahara ePortfolios: Beginner's Guide is a step-by-step guide to develop a feature-rich and highly personal electronic portfolio. Form a digital repository of reflective journals, action learning plans, presentations, reports, images and videos. Easily share this with your friends, family, tutors, students, project team and others using this step-by-step guide written in a clear and easy to learn manner.This book guides you to build an impressive e-Portfolio and to work in professional communities of interest within a Mahara walled garden. It brings to life the key features of Mahara which will help thoughtful people to display their artefacts coherently and to engage with like-minded peers professionally.This book introduces you to exciting features of Mahara framework and helps you develop a feature-rich e-portfolio for yourself. You will see how easily you can create folders, upload multiple files like project documents, pictures and videos and share them with your friends. You will learn to set up single pages and collections of pages which organize these files, making these visible only to your own chosen peers, supervisors or friends. Then, you will allow people to give their inputs.You will learn to create journals, learning plans, your professional resume, group spaces and forums which help you get connected to the rest of the world. Customization and administration of your Mahara site will be easy after you have gone through this book. Imagine how good you will feel when you will see your knowledge, success, and ideas going live and available to your chosen audiences for their inputs.Mahara ePortfolios: Beginner's Guide is a step-by-step guide to building an impressive professional e-portfolio using Mahara. It covers the key features of Mahara that will help you set up your customized digital portfolio and display the artefacts in your preferred way allowing contribution from selected users only.
Table of Contents (16 chapters)
Mahara ePortfolios Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

What will you need?


Before you can install Mahara, you will need to have access to a Linux server. It may be that you run Linux on a laptop or desktop at home or that your company or institution has its own Linux servers, in which case, great! If not, there are many hosting services available on the internet, which will enable you to access a Linux server, and therefore, install and run Mahara.

It is important to choose a host that will allow you to set up the environment ready for Mahara — giving you, for example, the ability to manage your own PHP configuration and to add the required PHP extensions. It is really much better if you have access to your own virtual server or dedicated host — you have more control and are less likely to bump into issues later on.

It is important that you get a server to which you have root access. It is also important that you set your server up with the following features:

  • Database: Mahara must have a database to work. The databases supported are PostgreSQL Version 8.3 or later and MySQL Version 5 or later. The Mahara developers recommend that you use PostgreSQL if possible but, for most installations, MySQL will work just as well.

  • PHP: Mahara requires PHP Version 5.3 or later.

  • Web server: The preferred web server is Apache - 2.0 or greater.

  • PHP extensions:

    • Compulsory extensions: gd, json, curl, libxml, SimpleXML, session, pgsql or mysqli, openssl or xmlrpc (for networking support), mbstring, mime_magic or fileinfo, zip, and unzip utilities.

    • Optional extension: imagick

    • Recommended extensions: zlib, zip, and bz2

Again, ask your resident IT expert about the features listed above if you don't understand what they mean.

Note

A quick way to install some of the software listed in the preceding section is to use the apt-get install command, if you are using the Ubuntu/Debian Linux Systems. See http://www.debian.org/doc/manuals/apt-howto/ to find out more.

Can I install Mahara on Windows?

At the moment, the Mahara developers offer no support for running Mahara on Windows Servers. It is designed to primarily work with Linux, Apache, PHP, and Open Source SQL databases.

This however doesn't mean that Mahara won't work on Windows. So, if you are feeling adventurous, why not give it a go and report back to Mahara on your experience? You can also visit https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Installing_Mahara/Installing_Mahara_in_Wampserver for some help with WAMP.

What about installation on other operating systems?

The Mahara developers clearly state that they don't test their system with any other operating systems, including Solaris, Mac, and BSD. Again, that isn't to say that Mahara won't work on these systems, it is just best if you play it safe and choose to run your Mahara on the system that it was built for — Linux.