Jump to content

Recommended Posts

Posted
Moodle 2.0 has plugins for external repositories, so teachers can use them to share resources.

 

Moodle 2.0 release notes - MoodleDocs

 

A Microsoft repository plugin for Office 365 (via the SharePoint system) is looking unlikely though, which is a real shame :(

 

If someone makes a Sharepoint repository maybe it could be modified to work with Office 365 but it's more in hope than expectation...

Posted
for home use i use ifolders and a ubuntu server in NYC

 

I've been meaning to research iFolder. It looks neat.

How did you get it running on Ubuntu? I only found SuSE references. Ideally I need it to run on Centos/RHEL

Posted (edited)

Well a while ago i used this guide

 

How to install iFolder on Ubuntu server

 

i dont think it works anymore so i had to bodge it a little. I was using a vps anyway so if i got stuck i could just change to suse

 

also here is some old but usefull info

 

https://help.ubuntu.com/community/iFolderInstall

 

bottom of the page

 

alternatively

 

http://www.sonoracomm.com/support/18-support/156-ifolders-centos

Edited by squeeky
  • Thanks 1
Posted

wget -r -A.rpm http://ftp.novell.com/pub/mono/download-stable/RHEL_5/
yum install giflib
yum install libexif
rpm -Uhv ./x86_64/mono-addon-libgdiplus0-2.10-6.2.x86_64.rpm
rpm -Uhv ./x86_64/mono-addon-libgdiplus0-2.10-6.2.x86_64.rpm
rpm -Uhv x86_64/*2.10-10.1.x86_64.rpm
yum install gtk-sharp2-devel  (installs mono 1.2 !!)
yum install mono-*
yum -y install subversion httpd autoconf automake libtool gcc gcc-c++ glib2-devel pkgconfig unzip e2fsprogs-devel libxml2 libxml2-devel compat-libstdc++-33.i386 mod_mono
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/9/Everything/x86_64/os/Packages/libflaim-4.9.1052-1.fc9.x86_64.rpm
rpm -Uhv libflaim-4.9.1052-1.fc9.x86_64.rpm 
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/9/Everything/x86_64/os/Packages/libflaim-devel-4.9.1052-1.fc9.x86_64.rpm
rpm -Uhv libflaim-devel-4.9.1052-1.fc9.x86_64.rpm 
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/9/Everything/x86_64/os/Packages/log4net-1.2.10-4.fc9.x86_64.rpm
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/10/Everything/x86_64/os/Packages/log4net-devel-1.2.10-4.fc9.x86_64.rpm
rpm -Uhv log4net-1.2.10-4.fc9.x86_64.rpm 
rpm -uhv log4net-devel-1.2.10-4.fc9.x86_64.rpm
wget http://download.opensuse.org/repositories/network:/ifolder:/server_stable/openSUSE_11.3/src/ifolder3-enterprise-3.8.0.10191.1-5.1.src.rpm
rpm2cpio ifolder3-enterprise-3.8.0.10191.1-5.1.src.rpm  | cpio -idmv
tar -xzvf  ifolder3-enterprise.tar.gz
./autogen.sh --prefix=/usr --with-simiasdatadir=/var/lib/simias --sysconfdir=/etc
make 

 

Compilation failed: 64 error(s), 0 warnings

 

I give up.

OpenSuSe it is.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...