个人工具

“UbuntuHelp:IFolder”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第47行: 第47行:
 
== More info ==
 
== More info ==
 
There is a request for an iFolder package. (https://bugs.launchpad.net/ubuntu/+bug/87122)
 
There is a request for an iFolder package. (https://bugs.launchpad.net/ubuntu/+bug/87122)
The [http://www.ifolder.com iFolder Home Page] is a good source of information, but a lot of information are out dated. It's including HowTo and stable release info. Also, the wiki is read only. (December 2, 2007).
+
The [http://www.ifolder.com iFolder Home Page] is a good source of information, but a lot of information are out dated. It's including [[UbuntuHelp:HowTo|HowTo]] and stable release info. Also, the wiki is read only. (December 2, 2007).
 
== Old Version (For reference only) ==
 
== Old Version (For reference only) ==
 
=== What is iFolder? ===
 
=== What is iFolder? ===

2007年12月4日 (二) 10:39的版本

iFolder Client under Gusty

Getting sources

Firs, you have to get source from subversion server until iFolder team release a tar.gz of version 3.6. To proceed, you have to install subversion with this comment line.

sudo apt-get install svn

Next, create a directory anywhere on your drive to download the source. I choose to create it in my home directory for no particular reason. This command will do the job.

mkdir ifolder

It's now time to checkout source code from SVN server. You have to download simias project and iFolder project. This step take a lot of time.

svn checkout http://forgesvn1.novell.com/svn/simias/trunk/simias simias
svn checkout http://forgesvn1.novell.com/svn/ifolder/trunk/ifolder ifolder

Compile & Install Simias

Simias are use by the iFolder application in back end. So, you must compile and install it before trying to compile iFolder. Let get started by installing all dependencies related to simias.

Install Dependencies

Before going any further, you must ensure that you have enable universe repository. Any way, if it's not the case apt-get will show you some errors. Execute this command to install every dependencies.

sudo apt-get install build-essential autoconf automake checkinstall libtool mono mono-devel mono-xsp mono-mcs libmono-dev liblog4net1.2-cil libmono-winforms1.0-cil libmono-ldap1.0-cil pkg-config libxml2 libxml2-dev libflaim4.1 libflaim-dev libncursesn5-dev uuid uuid-dev

Fix libflaim

I don't know why, but the current version of Simias look for the file libfl.a and libfl.so. This file correspond to the libflaim.a and libflaim.so respectively. Maybe, under openSUSE the flaim library create this file and Ubuntu thought it's was a better idea to rename this file ! Why not ! To fix this, you have to create a symbolic link with this command.

 sudo ln -s /usr/lib/libflaim.a /usr/lib/libfl.a
sudo ln -s /usr/lib/libflaim.so /usr/lib/libfl.so

Compile

The decisive moment ! You have to configure simias with the autogen.sh script. I prefer to install it to /usr/local. If you don't want to contaminate your /usr directory you can either install it to /opt.

./autogen.sh --prefix=/usr/local

If the script exit without any error and display something like Now type 'make' to compile Simias, you can continue and execute this next command that will compile Simias.

 make

Install

Finally, you must install it by executing this command. A good alternative is to install it by using the checkinstall tool that will create a .deb file. This way it's more easy to remove it. If your not sure, just execute the following command.

 sudo make install

If all of this command exit without any error, it's mean that Simias are install correctly. You can continue by compiling and installing iFolder

Compile & Install iFolder

This step will be complete soon. (December 2, 2007)

Install Dependencies

Compile

Install

iFolder Server under Gusty

More info

There is a request for an iFolder package. (https://bugs.launchpad.net/ubuntu/+bug/87122) The iFolder Home Page is a good source of information, but a lot of information are out dated. It's including HowTo and stable release info. Also, the wiki is read only. (December 2, 2007).

Old Version (For reference only)

What is iFolder?

iFolder is file sharing solution for backing up and duplicating files across several machines. It can work in a small workgroup or a larger environment. It is very simple to install, configure and use.

Installation and Configuration

To configure an iFolder environment, you need both a server and a client. The server runs the iFolder Enterprise Server software which hosts all the files and controls the clients. The client connects to the server to access, backup and download iFolders.

Thanks must go to Martin and Jorge for packaging, hosting and supporting iFolder on Ubuntu.

Using iFolder

Help

  • #ifolder on irc.gimp.org is a good place to start. I'm usually on there as sebpayne to help.
  • The iFolder Wiki is a good place to start for documentation
  • iFolder Mailing Lists