#1405 better setup for devel.env., I hope - ufff

This commit is contained in:
tomash 2005-09-28 13:39:35 +00:00
parent 52a437ed9d
commit fe297e01c2
2 changed files with 16 additions and 0 deletions

View file

@ -98,6 +98,13 @@ $basedir/configure --prefix=$usrdir --with-www-docroot=$usrdir/var
make all
#-------------------------------------------------------------------------------
# User setup
#-------------------------------------------------------------------------------
#echo "Setting up user settings..."
$bindir/user_setup.sh || exit 1
#-------------------------------------------------------------------------------
# We're done
#-------------------------------------------------------------------------------

View file

@ -326,6 +326,15 @@ rm -f $htmldir/livesupport
ln -s $modules_dir $htmldir/livesupport
#-------------------------------------------------------------------------------
# Setup storageServer
#-------------------------------------------------------------------------------
echo "Setting up storageServer..."
make -C $modules_dir/storageServer storage || exit 1
make -C $modules_dir/archiveServer storage || exit 1
#-------------------------------------------------------------------------------
# Setup directory permissions
#-------------------------------------------------------------------------------