Freesn
Aus Vosp.info
Version vom 15. Oktober 2015, 22:28 Uhr von V (Diskussion | Beiträge)
Inhaltsverzeichnis
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/
Mysql einspielen
Falls Datenbank erst gelöscht werden muss
SET FOREIGN_KEY_CHECKS=0; drop database ncfreesn_nc;
Beispieldaten
create database ncfreesn_nc; \. MySql_InsertExampleFreesn.sql
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