Sei sulla pagina 1di 14

Sunday, January 12, 8:37 am About Us

Home

Linux

News

Distributions

Install PostgreSQL
9 .3 On CentOS
6 .5/6 .4

Advertising

Tutorials

Sitemap

Privacy

Opensource

Knowledge Base

Install Cherokee
Lightweight
Webserv er On
Ubuntu
1 3 .1 0/1 3 .04

Contact Us

Android

QBittorrent 3 .1 .4
Released! Install In
Ubuntu Via PPA

FAQs

Update Centos
6 .5/6 .4 Behind
Proxy - Solv ed

Q/A Forum

Setup Backup
Serv er Using Bacula
And Webm in On
CentOS 6 .5/6 .4

Like us on Facebook

Setup Your Own Learning Management System


With EFront
WRITTEN BY sk ON NOVEMBER 16, 2013. POSTED IN centos, fedora, linux mint, linux tutorials, opensource,
software, ubuntu

Tw eet

open in browser PRO version

16

Like

29

Are you a developer? Try out the HTML to PDF API

Unixmen
Like 14,154

Advertise Here

pdfcrowd.com

53

Email

Share

eFront is a modern learning and training platform designed to help create online learning
communities with opportunities for rich interaction. It comes with a distinctive icon-based user
interface that is intuitive to use. eFront is a platform-independent application that runs well on the
Linux, Microsoft Windows and Mac OS X operating systems. Several features of the platform (e.g.,
skills management, organization structure, supervisor role) make it especially suitable for inner
organization usage, especially at training or human resource management departments. It is
referred as an alternative for Moodle Learning Management System.
Features
- Content management
- Test Builder
- Reports engine
- SCORM/IMS
- Icon based interface, Ajax powered
- Extensible via modules
- Skills management
- Job positions management
- Organization structure management
- Facebook interconnection
- Support for several communication tools (internal messaging, forum, chat, calendar)
- Social extensions
- Payments support
- Runs everywhere (any OS, any bandwidth)
- Runs on anything (any browser)
- Expansible (modular technology)
- Can be integrated with third-party systems through its API (Application Programmable
Interface)
eFront Editions
eFront comes in four editions.
eFront Community is a fully flexible eLearning 2.0 system capable of fulfilling a wide range of
learning needs.
open in browser PRO version Are you a developer? Try out the HTML to PDF API

This week Top Posts


Top Things To Do After Installing
Ubuntu 13.10 'Saucy Salamander' :
Ubuntu 13.10 Saucy Salamander will
be released on coming October 17th with
many new salient featur...0 comments | by SK
Ubuntu Wins W3tech's Operating
System Of The Year Award : We all
know Ubuntu. I will say majority of
Linux users today started with Ubuntu before
taking their...0 comments | by Enock Seth Nyamador
Ubuntu 12.04 Scores Highest In UK
Govt Security Assessment :
Communications-Electronics
Security Group (CESG), the security arm of
the UK government that assesse...0 comments | by
Enock Seth Nyamador

Install RPM Fusion Repository On


RHEL, CentOS, Scientific Linux 6.x,
5.x And Fedora 14 To 20 : Like
EPEL, REMI repository, RPM Fusion

pdfcrowd.com

learning needs.
eFront Community++ brings payments support and social extensions on top of the community
edition.
eFront Educational is a flexible solution for educational organizations or colleges. It brings
support for the latest eLearning standards together with better reporting capabilities.
eFront Enterprise integrates many extensions that are suitable for a company environment.
These include skills management, job-description management, branch support, skill-gap analysis
and more.
The
detailed
comparison
of
above
http://www.efrontlearning.net/functionality-matrix

editions

can

be

found

here:

Install eFront On Debian/Ubuntu/CentOS

repository provides packages that Fedora or


Red Hat doesn't w...0 comments | by SK
Empathy 3.10.3 Stable Released
With Two Bug Fixes : Empathy is a
GNOME multi-protocol chat and call
client Instant messaging program supporting
text, vo...0 comments | by Enock Seth Nyamador
Install RepoForge (RPMForge)
Repository On RHEL, CentOS,
Scientific Linux 6.x/5.x/4.x : Like
EPEL, REMI, RPM Fusion repositories,
RepoForge, formerly known as RPMForge, is
a third party re...0 comments | by SK

Prerequisites
First of all, We need to setup a working LAMP server. Refer the following links to setup and
configure LAMP server on Debian/Ubuntu systems.
>>> Install LAMP Server On Debian 7 Wheezy
>>> Install LAMP Server On Ubuntu 13.10 Saucy
Install the following php extensions on Debian/Ubuntu based systems.
# apt-get install php5-mysql php5-gd php5-ldap php-apc

If you RHEL/CentOS based systems, refer the following link to setup LAMP Server.
>>> Install LAMP Server On RHEL/CentOS 6.4
Install the following php extensions on RHEL/CentOS based systems.
# yum install php-mysql php-mbstring php-pear php-devel php-pecl-zip php-gd php-ldap

Create Database and User for eFront

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

Recent Posts
pdfcrowd.com

Here i am going to create a database called efrontdb and database user called efrontuser
with password debian for eFront. You can define database and user as per your liking.
# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 190
Server version: 5.5.31-0+wheezy1 (Debian)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> create database efrontdb;
Query OK, 1 row affected (0.01 sec)
mysql> GRANT ALL ON efrontdb.* TO efrontuser@localhost IDENTIFIED BY 'debian';
Query OK, 0 rows affected (0.01 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> exit
Bye

Recent Posts
Recent Posts
Install LAMP Server (Apache, MySQL or
MariaDB, PHP) On Ubuntu 13.10
Ubuntu 12.04 Scores Highest In UK Govt
Security Assessment
Install RepoForge (RPMForge) Repository
On RHEL, CentOS, Scientific Linux 6.x/5.x/4.x
Audacious 3.4.3 Released With Bug Fixes
Empathy 3.10.3 Stable Released With Two
Bug Fixes
Ubuntu Wins W3techs Operating System Of
The Year Award
Install RPM Fusion Repository On RHEL,
CentOS, Scientific Linux 6.x, 5.x And Fedora
14 To 20
OpenSUSE Forums Hacked; Another
vBulletin Attack!
Install PostgreSQL 9.3 On CentOS 6.5/6.4

Download eFront

How To Install XnConvert In Ubuntu

Create a folder for saving eFront files in apache root document folder.
On Debian/Ubuntu systems:
# mkdir /var/www/efront

Change to efront folder and download the latest version of eFront here or enter the following
command from Terminal using the following command.

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

This work by
unixmen.com is
licensed under a
Creative Commons
AttributionNonCommercialpdfcrowd.com

NonCommercialNoDerivs 3.0
Unported License.

# cd /var/www/efront
# wget
http://sourceforge.net/projects/efrontlearning/files/efrontlearning/eFront%20v3.6.14/efront_3.6.14_build18012_community.zip

Unzip the downloaded file and move it to apache root document folder.
# unzip efront_3.6.14_build18012_community.zip

Change ownership of efront files.


# chown -R www-data:www-data /var/www/efront/

On RHEL/CentOS:
# mkdir /var/www/html/efront

Change to efront folder and download the latest version of eFront here or enter the following
command from Terminal using the following command.
# cd /var/www/html/efront
# wget
http://sourceforge.net/projects/efrontlearning/files/efrontlearning/eFront%20v3.6.14/efront_3.6.14_build18012_community.zip

Unzip the downloaded file and move it to apache root document folder.

Recent Comments
# unzip efront_3.6.14_build18012_community.zip
SK

Change ownership of efront files.


# chown -R apache:apache /var/www/html/efront/*

Updated.. Thanks.

JANUARY 12, 2014 | #

Edgar Joya
JANUARY 12, 2014 | #

Begin eFront Installation

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

Maria DB installation needs to be updated. heres


pdfcrowd.com

Now navigate to http://domain-name/efront or http://ip-address/efront from your browser.

Maria DB installation needs to be updated. heres


https://downloads.mariadb.org/mariadb/repositories

The following screen should appear. Click New Installation to begin eFron installation.
SK
JANUARY 12, 2014 | #

Thank you Mark. Yes, Tamilnadu is beautiful


and please come if you have time. There are
many worth places to visit here.
SK
JANUARY 12, 2014 | #

Thanks for the feedback dbo.


dbo
JANUARY 11, 2014 | #

Perfect instructions! Easy and to the point.


Ive read other websites that take you here
and there, and have you install a bunch of
useless things. Thanks for the info!
Click Continue.

Unixmen
Follow

+1

+ 7,148

Favorite Links
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Cheap Hosting
TuxMachines.org
UbuntuGeek.com
Webdesign & SEO
Enter the database details such as database name, database user, database user password,
password for eFront admin user and efront admin mail id.

This will show a warning that denotes: A database with this name already exists. If you
continue, all of its tables will be deleted. Click Delete existing tables and retry.

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Now eFront has been installed successfully.

Click on the link that says: Click here to delete the installation directory automatically and

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

navigate to the system index page. The installation directory will be created automatically
and you will be redirected to the system index page.
Enter the login name as admin and password of the admin user that youve created earlier.

This is how your administrative user dashboard looks.

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Thats it. Your E-Learning Management System is ready.


It is time to read the official user documentation to know more about how to use eFront for your
institution. The official documentation page is divided into three sections each for Administrators,
Professors and Students. Refer the respective pages accordingly.

For questions please refer to our Q/A forum at : http://ask.unixmen.com/

advertise here

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Related posts:
Chive: A Web-based MySQL Database Management Tool
Setup Web-based Help Desk System Using SiT! On Debian 7 Wheezy
IPplan An IP Address Management System
How to Administer Your Databases with Adminer
Fork CMS: An Open Source Content Management System

cms

Debian

eFront

LMS

0 Comment(s)

SK
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Senthilkumar aka SK, a Linux enthusiast, FOSS Supporter & Technical Writer from Tamilnadu,
India. A passionate and dynamic person, aims to deliver quality content to IT professionals and
loves very much to write and explore new things about Linux, Open Source, Computers and
Internet. Find more about him on: http://about.me/psenthilkumar. Contact: sk@unixmen.com,
ask2sk@in.com
AROUND THE WEB

7 Phases of Miley Cyrus's


Transformation Celeb Zen

7 Best Credit Cards for Those with


Excellent Credit Next Advisor

BREAKING: New iPads and More


Selling for Under $40

ALSO ON UNIXMEN

Encrypt Your Directories And Partitions With eCryptfs In


Linux 1 comment

Quick Tip: Compress And Encrypt Folders In Ubuntu

Pandora FMS An Universal Monitoring System For


Your Organization 1 comment

How To Change Multiple File Extensions From The


Terminal 4 comments

1 comment

0 comments
Start the discussion
Best

Community

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Be the first to comment.

Subscribe

Add Disqus to your site

Archives
Select Month

Tags

YouTube

android apache browser Centos chrome command

Debian eyecandy Fedora firefox


games gaming gnome google karmic
line

koala

kde libreoffice

Linux linux distribution

LinuxMint lucid lynx maverick meerkat mysql


news

oneiric ocelot openoffice

opensource

opensuse oracle ppa Precise Pangolin release


RHEL

security server software themes

ubuntu unix upgrade virtualbox vlc

tools
windows wine

About Us

Advertising

Sitemap

Download YouTube Video | YouTube


Converter

Privacy

Contact Us

Copyright 2008-2013 Unixmen.com .


Maintained by Unixmen .

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

Potrebbero piacerti anche