<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hallo Marius,<div><br></div><div>hast Du auch die Aggregationstabelle angelegt und befüllt (Schritte 12 - 14)?<br><div><div><br></div><div><div style="margin: 0px;">Betriebssystem Ubuntu 13.04</div><div style="margin: 0px;">Arbeitsverzeichnis (cwd): /var/www</div><ol><li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo sh -c "curl -sS <a href="https://getcomposer.org/installer">https://getcomposer.org/installer</a> | php -- --install-dir=/usr/local/bin"</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo ln -s /usr/local/bin/composer.phar /usr/local/bin/composer</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data mkdir volkszaehler.org.andi</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">cd volkszaehler.org.andi/</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data git clone <a href="https://github.com/andig/volkszaehler.org.git">https://github.com/andig/volkszaehler.org.git</a> .</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data composer install</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data composer update</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data rm .htaccess<span class="Apple-tab-span" style="white-space:pre">                  </span># apache 2.4 hat eine neue Syntax für access control</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data rm htdocs/.htaccess<span class="Apple-tab-span" style="white-space:pre">   </span># apache 2.4 hat eine neue Syntax für access control</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data cp volkszaehler.conf.template.php volkszaehler.conf.php</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">sudo -u www-data vi volkszaehler.conf.php</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">php misc/tools/aggregate.php create</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">php misc/tools/aggregate.php -m full -l day aggregate</li>
<li style="margin: 0px; font-size: 13px; font-family: 'Source Code Pro';">php misc/tools/aggregate.php -m full -l hour aggregate</li>
</ol><div><br></div></div><div>Greetinx,</div><div>Udo</div><div><br></div><div><br></div><div>Am 18.12.2013 um 09:12 schrieb Marius Hellmann <<a href="mailto:vz@hellmann.me">vz@hellmann.me</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div style="font-family: Verdana,Geneva,sans-serif"><div> <br class="webkit-block-placeholder"></div>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px">
<pre>Diese Meldung bekam ich auch als der composer noch nicht gelaufen war.

Dazu musst du auf jeden Fall ins Projetkverzeichnis. In deinem
Fall düfte das /var/www/volkszahler.dev sein. Dort liegt die Datei
die dem composer sagt welche Abhängigkeiten bestehen und was er
installieren soll.
</pre>
</blockquote><p>Hab ich gemacht... datei ist da und </p><p>bei "sudo compser install" meldete er eine Warnung die sich wie bei dir mit "sudo composer update" beseitigen lies.</p><p><span style="font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;">hier nochmal was ich gemacht hab... </span></p>
<pre>$ sudo git clone <a href="git://github.com/andig/volkszaehler.org.git">git://github.com/andig/volkszaehler.org.git</a> /var/www/volkszaehler.dev</pre>
<pre>$ sudo git checkout dev</pre>
<pre>$ sudo chown -R www-data /var/www/volkszaehler.dev <br>$ sudo cp /var/www/<a href="http://volkszaehler.org/etc/volkszaehler.conf.php">volkszaehler.org/etc/volkszaehler.conf.php</a> /var/www/volkszaehler.dev/etc/</pre>
<pre>$ sudo nano etc/volkszaehler.conf.php<br><span>"$config['aggregation']=true;" eingetragen</span></pre>
<pre>$ mkdir composer
$ cd composer
$ curl -sS <a href="https://getcomposer.org/installer" target="_blank">https://getcomposer.org/installer</a>| php
$ mv composer.phar /usr/local/bin/composer</pre>
<pre>$ cd /var/www/volkszaehler.dev</pre>
<pre>$ sudo composer install</pre>
<pre>$ sudo composer update</pre>
<pre><br><br>hab ich was vergessen / überlesen?<br><br>Grüße Marius</pre>
</div>
</blockquote></div><br></div></body></html>