#1405 better setup for devel.env., I hope - ufff
This commit is contained in:
parent
52a437ed9d
commit
fe297e01c2
2 changed files with 16 additions and 0 deletions
|
@ -98,6 +98,13 @@ $basedir/configure --prefix=$usrdir --with-www-docroot=$usrdir/var
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
# User setup
|
||||||
|
#-------------------------------------------------------------------------------
|
||||||
|
#echo "Setting up user settings..."
|
||||||
|
|
||||||
|
$bindir/user_setup.sh || exit 1
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# We're done
|
# We're done
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
|
@ -326,6 +326,15 @@ rm -f $htmldir/livesupport
|
||||||
ln -s $modules_dir $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
|
# Setup directory permissions
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue