Freesn: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
V (Diskussion | Beiträge) Die Seite wurde neu angelegt: „==freeSN== zB.: $OLDDESGNDIR=mensch.coop $NEWDESGNDIR=netz.coop Neues Design: cp ./include/Forest/$OLDDESGNDIR ./include/Forest/$NEWDESGNDIR Find/Replace $…“ |
V (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
==freeSN== | ==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.: | zB.: | ||
| Zeile 5: | Zeile 21: | ||
$NEWDESGNDIR=netz.coop | $NEWDESGNDIR=netz.coop | ||
Neues Design: | Neues Design: | ||
cp ./include/Forest/$OLDDESGNDIR ./include/Forest/$NEWDESGNDIR | cp ./include/Forest/$OLDDESGNDIR ./include/Forest/$NEWDESGNDIR | ||
Find/Replace $OLDDESGNDIR with $NEWDESGNDIR in all Files under $NEWDESGNDIR | Find/Replace $OLDDESGNDIR with $NEWDESGNDIR in all Files under $NEWDESGNDIR | ||
cp ./include/System/xsl/$OLDDESGNDIR ./include/System/xsl/$NEWDESGNDIR | cp ./include/System/xsl/$OLDDESGNDIR ./include/System/xsl/$NEWDESGNDIR | ||
Version vom 15. Oktober 2015, 22:24 Uhr
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