Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

ULV_server_docu

ULV-Server 
 
.98.86 
 
apt-get instal lynx 
apt-get instal openssh-server 
apt-get instal rcconf  
 
rcconf configuriert services und abhängigkeiten 
 
/etc/apt/sources.list - http.at.debian.org 
 
Tools zur Installation in Console 
 
dselect 
aptitude 
 
Console 
job control: 
^z 
fg 
bg 
 
/etc/apache2/sites-available 
/etc/init.d/apache2 reload 
 
 
sudo su . 
 
CEWebS: 
 
cd/var/www 
mkdir CeWebS 
cd CEWebS 
git clone http://donatello.pri.univie.ac.at/repositories/10/ 
Data V2.1 
 
custom.xml 
master.key 
persons.xml 
 
mkdir Data 
chown www-data.www-data Data/ 
 
http://localhost/CEWebS 
 
/var/www 
V2.1/config 
 
in /var/www: ln -s CEWebS/V2.1/ini.php index.php 
 
 
HTML: escape subpage from frameset 
 
<script type="text/javascript" language="JavaScript">
<!--
if (self != parent && self != top)
{
top.location.href=self.location.href;
}
//-->
</script>
 
HTML: page refresh 
Letzte Änderung: 25.08.2009, 08:06 | 98 Worte