Freesn

Aus Vosp.info
Wechseln zu:Navigation, Suche

freeSN

Software

unter Debian Jessie
apt-get install apache2 php5 mysql-server-5.5 php5-mysql php5-gd php-pear php5-xsl git phpunit php5-curl

pear install --alldeps XML_Parser
pear install --alldeps XML_RSS
pear install --alldeps channel://pear.php.net/HTML_Common2
ln -s /usr/share/php /var/www
ln -s /usr/share/php/XML/ /usr/share/php5/
ln -s /usr/share/php/PEAR /usr/share/php5/
ln -s /usr/share/php/PEAR5.php /usr/share/php5/
ln -s /usr/share/php/PEAR.php /usr/share/php5/


Design

zB.:
$OLDDESGNDIR=mensch.coop
$NEWDESGNDIR=netz.coop
Neues Design:
cp ./include/Forest/$OLDDESGNDIR ./include/Forest/$NEWDESGNDIR 
Find/Replace $OLDDESGNDIR with $NEWDESGNDIR in all Files under $NEWDESGNDIR
cp ./include/System/xsl/$OLDDESGNDIR ./include/System/xsl/$NEWDESGNDIR