diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-04-12 21:53:35 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-04-12 21:53:35 +0000 |
commit | 506c5f12fc154522e227f6b046d3f7e1041b98af (patch) | |
tree | 4cc6c95deec51354b4eab29685c21b8bbea3a221 /DEV | |
parent | 7c9640abcfee4522be42ae8ecad7c574e761c2b1 (diff) |
install.sh update
git-svn-id: svn://svn.cccv.de/engel-system@274 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'DEV')
-rw-r--r-- | DEV/install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DEV/install.sh b/DEV/install.sh index eac4ae0e..0bff811d 100644 --- a/DEV/install.sh +++ b/DEV/install.sh @@ -43,11 +43,7 @@ echo "setting sources in place" cp -r `pwd`/engel-system/default-conf/www-ssl/inc/* /var/www/https/inc/ rm /var/www/https/inc/config.php - #cat `pwd`/engel-system/default-conf/www-ssl/inc/config.php|sed s/SEDENGELURL/`cat /etc/hostname`.`dnsdomainname`/ >> /var/www/https/inc/config.php cat `pwd`/engel-system/default-conf/www-ssl/inc/config.php|sed s/SEDENGELURL/`cat /etc/hostname`.`dnsdomainname`/ |sed s/MD5SED/`openssl x509 -noout -fingerprint -md5 -in /etc/apache2/ssl/apache.pem|sed s/MD5\ Fingerprint\=//`/|sed s/SHA1SED/`openssl x509 -noout -fingerprint -sha1 -in /etc/apache2/ssl/apache.pem|sed s/SHA1\ Fingerprint\=//`/ >> /var/www/https/inc/config.php - #openssl x509 -noout -fingerprint -sha1 -in /etc/apache2/ssl/apache.pem|sed s/SHA1\ Fingerprint\=// - - #openssl x509 -noout -fingerprint -md5 -in /etc/apache2/ssl/apache.pem|sed s/MD5\ Fingerprint\=// mysql tabel -u root < `pwd`/engel-system/DB/ChangeLog.sql mysql tabel -u root < `pwd`/engel-system/DB/Himmel.sql |