=== git ===
* https://wiki.tine20.org/Developers/Getting_Started/Working_with_GIT
==== clone ====
<source lang="bash">
git clone http://git.tine20.org/git/tine20
</source>
 
==== composer ====
<source lang=bash>
apt-get install curl
 
cd /root/
mkdir composer
test -d bin || mkdir bin
curl -sS https://getcomposer.org/installer | php -- --install-dir=composer
ln -s ../composer/composer.phar bin/composer
 
echo "PATH=$PATH:/root/bin" >> /root/.bashrc
 
 
composer --prefer-source --no-interaction
composer -V
 
 
apt-get install php5-xsl
composer install
chown www-data:www-data config.inc.php
chown www-data:www-data vendor/ -R
 
</source>
 
=== deb ===
Änderungen – Vosp.info

Änderungen

Aus Vosp.info
Wechseln zu:Navigation, Suche

Tine20

479 Byte hinzugefügt, 16:55, 2. Jul. 2015
Installation
3.057
Bearbeitungen

Navigationsmenü