IFOLDER Server 3.8
Ifolder merupakan suatu server yang digunakan untuk manajemen file. Manfaat dari Ifolder :
- User quota, sehingga dapat dibatasi besar file yang di upload tiap2 user.
- Group user. Ifolder dapat membuat group user yang memudahkan untuk kolaborasi file
- File dapat diakses melalui web, mapping drive, ifolder-client
- Dapat melakukan sinkronisasi.
Untuk mensetup ifolder ada beberapa tahap, yaitu :
- install log4net-1.2.10-58.1.noarch.rpm
- install ifolder3-enterprise-3.8.0.10191.1-5.1.i586.rpm
- Lakukan konfigurasi simias-server-setup, ifolder-admin-setup, ifolder-web-setup
- Server siap digunakan.
Log4net
Log4net adalah salah satu tool untuk membantu programmer output log statement menjadi berbagai output target yang merupakan log4j framework menjadi .NET runtime. Karena Ifolder di develop menggunakan Mono, maka log4net dibutuhkan.
helpdesk:/opt # rpm -ivh log4net-1.2.10-58.1.noarch.rpm
Ifolder Enterprise
Ifolder terdapat 2 jenis, yaitu Ifolder Enterprise dan Ifolder Client. Ifolder Enterprise digunakan untuk server file dan Ifolder client digunakan mengakses ifolder server selain menggunakan web.
helpdesk:/opt # rpm -ivh ifolder3-enterprise-3.8.0.10191.1-5.1.i586.rpm
Setup Server Ifolder
Setelah dilakukan instalasi ifolder server maka lakukan setup server
helpdesk:/opt # simias-server-setup
SIMIAS SERVER SETUP
This script configures a server installation of Simias to setup a new Simias system.
—– SERVER’S DATA PATH —–
Path to the server’s data files
Server’s Data Path? [/var/simias/data]:
—– SERVER NAME —–
The name of this server
Server Name? [172.17.1.68]: 192.168.1.68
—– SSL —–
Select SSL/NONSSL communication for this server. Options
are SSL, NONSSL or BOTH
SSL? [SSL]: NONSSL (Apabila ingin mengkases SSL dan NONSSL maka ketikkan BOTH)
—– PUBLIC URL —–
Public URL of this Simias Server
Public URL? [http://172.17.1.68/simias10]: (Enter saja, maka secara default dapat diakses melalui alamt tersebut)
—– PRIVATE URL —–
Private URL of this Simias Server
Private URL? [http://172.17.1.68/simias10]:
—– SLAVE SERVER —–
Install into existing Simias Domain
Slave Server? [N]:
—– SYSTEM NAME —–
A name used to identify the Simias system to users.
System Name? [iFolder]:
—– SYSTEM DESCRIPTION —–
A detailed description of the Simias system for users.
System Description? [iFolder Enterprise System]:
—– USE KEY RECOVERY AGENT —–
Use Key Recovery Agents to recovery the encryption
key if the user forgets the pass-phrase used for encryption?
Use Key Recovery Agent? [Y]: Y
—– RECOVERY AGENT CERTIFICATE PATH —–
Path to the Recovery agent certificate’s.
Recovery Agent Certificate Path? [/var/simias/data]:
—– USE LDAP —–
Use LDAP to provision and authenticate users?
Use LDAP? [Y]: N (pilih N karena tidak menggunakan autentifikasi LDAP)
—– SYSTEM ADMIN —–
The Simias default administrator. If the system is
configured to use an external identity source, the
distinguished name (dn) should be used.
System Admin? [admin]: admin
System Admin Password? [novell]: passwordkurek
—– CONFIGURE APACHE —–
Configure Simias to run behind Apache
Configure Apache? [N]: Y (ketikkan karena server akan menggunakan server Apache)
Working…
Configuring /var/simias/data/simias/Simias.config…
SetupSimias – Done
Configuring /etc/apache2/conf.d/simias.conf…
Done
Configuring User Movement plugin..
Unable to find the User Move plugin configuration files..
/etc/simias/bill/modules/UserMovement.conf
Please make sure, ifolder-enterprise-plugins rpm is installed.
User Move plugin is not configured..
Setting up Log4Net file…
Done
Setting up permissions…
Done
SUCCESS
Setting Apache
Agar dapat diakses melalui web maka perlu dilakukan permissions file di folder /var/simias
helpdesk:/opt # chown -R wwwrun:www /var/simias/data/simias/
helpdesk:/opt # rcapache2 restart
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) done
Starting httpd2 (prefork) done
Setting Admin Webserver
Konfigurasi ini digunakan untuk setting administrasi ifolder melalui web, sehingga segala penambahan user, system setting, dll dapat dilakukan melalui web.
helpdesk:/opt # ifolder-admin-setup
IFOLDER WEB ADMIN SETUP
This script configures a server installation of iFolder Web Admin application. The script is intended for testing purposes only.
—– WEB ALIAS —–
Web Alias for iFolder Web Admin
Web Alias? [/admin]: /admin
—– REQUIRE SSL —–
Require a secure connection between the browsers and
the iFolder Web Admin application
Require SSL? [Y]: N (karena kita tidak menggunakan SSL)
—– REQUIRE SERVER SSL —–
Require a secure connection between the iFolder Server
and the iFolder Web Admin application
Require Server SSL? [Y]: N
—– IFOLDER URL —–
The host or ip address of the iFolder server that will
be used by the iFolder Web Admin application
iFolder URL? [http://localhost:80/]: http://172.17.1.68:80/
—– REDIRECT URL —–
Redirect URL for iChain / AccessGateway
Redirect URL? []:
Working…
Configuring /usr/lib/simias/admin/Web.config…Done
Server DATA PATH is set to : /var/simias/data/simias
Configuring /etc/apache2/conf.d/ifolder_admin.conf…Done
Installing certificate…Skipped (Not Required)
SUCCESS
Setting Client Webserver
Konfigurasi ini digunakan agar client dapat mengakses file menggunakan web dan melakukan kolaborasi file dengan team mereka
helpdesk:/opt # ifolder-web-setup
IFOLDER WEB ACCESS SETUP
This script configures a server installation of iFolder Web Access application. The script is intended for testing purposes only.
—– WEB ALIAS —–
Web Alias for iFolder Web Access
Web Alias? [/ifolder]: /ifolder
—– REQUIRE SSL —–
Require a secure connection between the browsers and
the iFolder Web Access application
Require SSL? [Y]: N
—– REQUIRE SERVER SSL —–
Require a secure connection between the iFolder Server
and the iFolder Web Access application
Require Server SSL? [Y]: N
—– IFOLDER URL —–
The host or ip address of the iFolder server that will
be used by the iFolder Web Access application
iFolder URL? [http://localhost:80/]: http://172.17.1.68:80/
—– REDIRECT URL —–
Redirect URL for iChain / AccessGateway
Redirect URL? []:
Working…
Configuring /usr/lib/simias/webaccess/Web.config…Done
Server DATA PATH is set to : /var/simias/data/simias
Configuring /etc/apache2/conf.d/ifolder_web.conf…Done
Installing certificate…Skipped (Not Required)
SUCCESS
Langkah terakhir restart Apache
helpdesk:/opt # rcapache2 restart
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) done
Starting httpd2 (prefork) done
helpdesk:/opt #
Ifolder Server



2 komentar
Pengumpan komentar untuk artikel ini
Maret 1, 2011 pada 7:30 pm
Adam Kurniawan
Nice post n good blog sob…
Lanjut terus…
Ditunggu posting selanjutnya ya…
Jangan lupa juga kunjungan balik ya…
Dan kasi komennya ya sob di blog saya…
Maret 2, 2011 pada 8:10 pm
thyspir
insyallah akan keep blogging untuk menyebarkan ilmu..hehehhe