Difference between revisions of "How to forge a local file system server with IGEPv2 Board"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 5: Line 5:
 
This project aims to create a local file system server using ARM Platform. It is very useful for this purpose for the next reasons:<br>  
 
This project aims to create a local file system server using ARM Platform. It is very useful for this purpose for the next reasons:<br>  
  
-ARM is designed for low power consumption. This server need to be connected to power supply all the day, if you use this architecture you can save a lot of money.<br>  
+
-ARM is designed for low power consumption. This server should be connected to power supply all the day, if you use this architecture you can save a lot of money.<br>  
  
 
-And ARM-Embedded is usually cheaper than a X86-Embedded processor.<br>  
 
-And ARM-Embedded is usually cheaper than a X86-Embedded processor.<br>  

Revision as of 16:52, 25 October 2011

Introduction

Objectives

This project aims to create a local file system server using ARM Platform. It is very useful for this purpose for the next reasons:

-ARM is designed for low power consumption. This server should be connected to power supply all the day, if you use this architecture you can save a lot of money.

-And ARM-Embedded is usually cheaper than a X86-Embedded processor.

When you finish this tutorial, you will have your own local web service similar than Dropbox and SugarSync. I used Owncloud 3 alpha 1 release to prove all new platform characteristics, but you can use the stable version, there characteristics are:
File management, WebDAV access, sharing, music streaming, calendar, contacts, users & groups, image gallery, online text editor, online task manager and bookmarks.
For more information go to Owncloud.org

Under Construction

Limitations

Under construction

Hardware Used

Under construction

Software Used

Under construction

Installing Linaro Headless

Under construction

Set up internet connection

Under construction

Creating and editing Server Users

Under construction

Installing Open SSH Server

Under construction

Installing LAMP

Apache

Under construction

PHP

Under construction

MySQL

Under construction

PHPmyAdmin

Under construction

Enabling Automatic Updates

Under construction

Set up a External HD

Under construction

Set up Owncloud.org Software

Installing Owncloud.org

Under construction

Configuring Owncloud.org

Under construction

Configuring Apache and PHP for Owncloud

Under construction