Book Image

Mahara 1.2 E-Portfolios: Beginner's Guide

Book Image

Mahara 1.2 E-Portfolios: Beginner's Guide

Overview of this book

Mahara is a user-centred environment with a permissions framework that enables different views of an e-portfolio to be easily managed. These views helps you display your artefacts – text files, spreadsheets, images, and videos – in a way you choose and to the people you want. You can also create online communities and social networks through groups, blogs, and forums.Being a novice, you will need a quick and easy implementation guide to set up your feature-rich digital portfolio.This book is your 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.This book will introduce to the exciting features of Mahara framework and help you develop a feature-rich e-portfolio for yourself. You will see how easily you can create folders, upload multiple files like journals, project documents, pictures, and videos and share them with your friends. You will learn to set up views of these files, making these visible to your chosen friends only. And then, you will allow people to give their inputs.You will learn to create blogs and forums and get connected to the rest of the world. Customization and administration of your Mahara site will become 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.
Table of Contents (15 chapters)
Mahara 1.2 ePortfolios
Credits
About the Authors
About the Reviewers
Preface

The last step: Setting up a cron process


Before you can be let loose on your Mahara, there is one last thing that you must remember to do to complete the installation: set up a cron job. If, like me, when I installed Mahara for the first time, you are thinking "What on earth is a cron job?", don't worry, it is relatively simple.

The cron job is a process that simply enables a number of tasks to be performed regularly, typically every hour. This is useful for updating RSS feeds, amongst other things. The easiest way to add a cron process on a Debian or Ubuntu Linux server is to add a new entry in a file, called a crontab, by using the command:

crontab -e

...and adding a line similar to:

* * * * www-data php /path/to/mahara/htdocs/lib/cron.php

If you are interested, see http://www.adminschoice.com/docs/crontab.htm for more information on crontab files.

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?

What about installation on other operating systems?

The Mahara developers state clearly 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.