Neat :)
>>> <[email protected]> 2/16/2010 4:12 AM >>>
Folder: /Workspaces/Global workspaces/iFolder Community/(iFolder)
Discussions/(iFolder) Customizing, Configuring and Installing (
http://community.kablink.org/ssf/a/do?p_name=ss_forum&p_action=1&binderId=1495&action=view_permalink&entityType=folder
)
Jared Bristow (
http://community.kablink.org/ssf/a/do?p_name=ss_forum&p_action=1&action=view_permalink&entityType=user&entryId=1455
) Dec 8, 2009 7:30:35 AM EST
Modified By Jared Bristow (
http://community.kablink.org/ssf/a/do?p_name=ss_forum&p_action=1&action=view_permalink&entityType=user&entryId=1455
) Feb 15, 2010 5:38:37 PM EST
44. ifolder server 3.8 on openSUSE 11.2 (
http://community.kablink.org/ssf/a/do?p_name=ss_forum&p_action=1&action=view_permalink&entityType=folderEntry&entryId=4247
)
Description
It seems like there haven't been any full directions posted for installing on
opensuse 11.2, I thought I'd post what I have figured out here. This is for a
server with SSL and without LDAP, and assumes a fresh OS install. I would
appreciate any feedback. In the GUI:
YaST:
disable firewall or allow port 443
install updates
install apache2-worker log4net
set hostname
Download ifolder server 3.8 binary and plugin for openSUSE 11.1. Double click
the rpm to install them - dependencies will be automatically downloaded and
installed. Alternatively, from the command line you can run rpm -ivh
(filename).
On the command line:
as root:
chkconfig --level 345 apache2 on
service apache2 start
a2enflag SSL
openssl genrsa -des3 -out server.key 4096
openssl req -new -key server.key -out server.csr (set hostname for Common Name)
openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt
openssl rsa -in server.key -out server.key.insecure (for passwordless SSL)
mv server.key server.key.secure
mv server.key.insecure server.key
chmod 000 server.*
service apache2 restart (needs to be done here so that the ifolder scripts can
use the certs)
cp server.crt /etc/apache2/ssl.crt/
cp server.key /etc/apache2/ssl.key/
cp server.csr /etc/apache2/ssl.csr/
cd /etc/apache2/vhosts.d/
cp vhost-ssl.template vhost-ssl.conf
/usr/bin/simias-server-setup
Use LDAP: N
Configure Apache: Y
service apache2 restart
/usr/bin/ifolder-web-setup
/usr/bin/ifolder-admin-setup
chown wwwrun:www /var/lib/wwwrun
service apache2 restart
browse to https://server/ifolder or https://server/admin
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel