Skip to content

Commit

Permalink
fixex interface to wgd so that it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddelikat committed Sep 12, 2009
1 parent c404264 commit afb168d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ find t/ -type f | xargs -I{} ln -s $helpdesk/{} $WEBGUI/{}
cd $WEBGUI/sbin
echo cd to `pwd`
echo run helpdesk install
perl $helpdesk/sbin/installHelpDesk.pl --configFile localhost.conf
perl $helpdesk/sbin/installHelpDesk.pl --configFile localhost.conf

#echo create database
wgd.old db < $helpdesk/docs/helpdesk.sql
echo create database
wgd -F $WEBGUI/etc/localhost.conf db < $helpdesk/docs/helpdesk.sql

#echo install package
wgd package --import $helpdesk/docs/help_desk.wgpkg
echo install package
wgd -F $WEBGUI/etc/localhost.conf package --import $helpdesk/docs/help_desk.wgpkg

0 comments on commit afb168d

Please sign in to comment.