Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mahara ePortfolios: Beginner's Guide

You're reading from   Mahara ePortfolios: Beginner's Guide Create your own ePortfolio and communities of interest within an educational and professional organization with this book and ebook

Arrow left icon
Product type Paperback
Published in Jul 2012
Publisher Packt
ISBN-13 9781849517768
Length 328 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Toc

Table of Contents (16) Chapters Close

Mahara ePortfolios Beginner's Guide
Credits
About the Authors
About the Reviewers
1. www.PacktPub.com
2. Preface
1. What can Mahara do for you? FREE CHAPTER 2. Getting Started with Mahara 3. Create and Collect Content 4. Organize and Showcase your Portfolio 5. Share and Network in Groups 6. Course Groups and Other Roles in Mahara 7. Mahara Extensions Mahara Implementation Pre-Planner Installing Mahara Pop quiz — Answers

Time for action — creating your Mahara file structure


You're now going to extract the content of the code, which you downloaded in the preceding Time for action downloading Mahara section, to the right place on your web server:

  1. 1. Copy the mahara-1.5.1.tar.gz (or whichever version you downloaded) package into your home directory on your web server. If you are copying the file to the server from your own computer, you can do this by using the scp command (on Linux or Mac):

    scp Mahara-1.5.1.tar.gz servername:pathtohomedirectory
    
    
  2. 2. Unpack the contents of the Mahara package on the Linux Server. On the terminal, you can do this using the tar command:

    tar xvzf Mahara-1.5.0.tar.gz
    
    
  3. 3. You will now see a new folder called Mahara-1.5.1, you will need to rename this to public. To do this on the terminal, you can use the mv command:

    mv Mahara-1.5.1 public
    
  4. 4. That's it! The Mahara code is now in place.

What Just Happened?

You just learned where to copy the Mahara package on your server and how to extract its contents.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime