Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r750 - trunk/scripts/admin/test_server

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r750 - trunk/scripts/admin/test_server


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r750 - trunk/scripts/admin/test_server
  • Date: Wed, 20 Feb 2008 15:04:30 +0100
  • 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: Wed Feb 20 15:04:29 2008
New Revision: 750

Log:
Modidied init.d start script for test server: dmssd now uses JacORB instead
of the Sun ORB

Modified:
trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh

Modified: trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh
==============================================================================
--- trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh (original)
+++ trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh Wed Feb 20
15:04:29 2008
@@ -149,7 +149,7 @@
case "$1" in
start) log_daemon_msg "Starting iDok services" "idok"
start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT start-orbd
- start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT
start-server-sunorb
+ start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT
start-server-jacorb
start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT start-xvfb
start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT start-indexer
log_end_msg $?
@@ -167,7 +167,7 @@
killall orbd
killall Xvfb
start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT start-orbd
- start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT
start-server-sunorb
+ start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT
start-server-jacorb
start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT start-xvfb
start-stop-daemon --start --chuid www-data:www-data --background
--exec /usr/bin/ant -- -f $IDOK_SRC_DIR/local-server.xml
-Dserver.hostname=$IDOK_HOST -Dserver.root.dir=$IDOK_SERVER_ROOT start-indexer
log_end_msg $?
@@ -185,6 +185,19 @@
chmod a+x /etc/init.d/idok

#
+# Welcome message on console
+#
+cat > /etc/issue << "EOT"
+Ubuntu 7.10 \n \l
+
+Welcome to iDok!
+
+iDok is an document management system based on Subversion and many other
+open source projects.
+
+EOT
+
+#
# Fix file ownership
#
chown -R www-data:www-data $IDOK_SERVER_ROOT



  • [idok-commit] idok commit r750 - trunk/scripts/admin/test_server, AFS account Roman Geus, 02/20/2008

Archive powered by MHonArc 2.6.19.

Top of Page