Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r148 - branches/rest/sites/psi/scripts/admin

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r148 - branches/rest/sites/psi/scripts/admin


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r148 - branches/rest/sites/psi/scripts/admin
  • Date: Mon, 21 Jul 2008 11:51:35 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Mon Jul 21 11:51:34 2008
New Revision: 148

Log:
Updated setup_server.sh with idok_upload_cgi dependencies


Modified:
branches/rest/sites/psi/scripts/admin/setup_server.sh

Modified: branches/rest/sites/psi/scripts/admin/setup_server.sh
==============================================================================
--- branches/rest/sites/psi/scripts/admin/setup_server.sh (original)
+++ branches/rest/sites/psi/scripts/admin/setup_server.sh Mon Jul 21
11:51:34 2008
@@ -29,6 +29,7 @@
# @todo Adjust /etc/hosts to include own hostname to avoid dns spamming
# @todo Choose Red Hat kernel as default.
# @todo /etc/ssmtp/ssmtp.conf soon obsolete?
+# @todo install dependencies of idok_upload.py
#

if [ -z "$1" ]; then
@@ -184,6 +185,23 @@
# emacs
echo "alias emacs='emacs-nox'" >> /root/.bashrc

+# Python 2.5.2
+...
+
+# omniORB-4.1.0 and omniORBpy-3.0
+...
+echo "/opt/omniorb-4.1.0/lib" > /etc/ld.so.conf.d/omniorb.conf
+ldconfig
+
+# m2crypto 0.18
+...
+
+# PyCrypto 2.0.1
+...
+
+# pykerberos_fork
+...
+
# keytab files
cp $LOCAL_ROOT/etc/$HOST.keytab /etc/dms.keytab
chmod 400 /etc/dms.keytab
@@ -242,6 +260,7 @@
ln -s $LOCAL_ROOT/etc/init.d/dmssd /etc/init.d/dmssd
ln -s $LOCAL_ROOT/etc/init.d/xmlrpcd /etc/init.d/xmlrpcd
ln -s $LOCAL_ROOT/opt/dmsd/dmsd /etc/init.d/dmsd
+ln -s /opt/dms/cgi-bin /var/www/cgi-bin
chkconfig --add orbd
chkconfig --add dmssd
chkconfig --add dmsd



  • [idok-commit] idok commit r148 - branches/rest/sites/psi/scripts/admin, AFS account Roman Geus, 07/21/2008

Archive powered by MHonArc 2.6.19.

Top of Page