<div dir="ltr">Thanks, that works fine.<div><br></div><div>Sean</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 3 December 2013 14:47, Bernhard Posselt <span dir="ltr"><<a href="mailto:mail@bernhard-posselt.com" target="_blank">mail@bernhard-posselt.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    You need to use git submodules inside core iirc also git submodule
    init && git submodule update<div><div class="h5"><br>
    <br>
    <div>On 12/03/2013 02:35 PM, Sean Boran
      wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="h5">
      <pre>I'd like to try the owncloud from git

Following <a href="http://owncloud.org/contribute/" target="_blank">http://owncloud.org/contribute/</a> :

cd /var/www
   git clone <a href="https://github.com/owncloud/core.git" target="_blank">https://github.com/owncloud/core.git</a> owncloud
   git clone <a href="https://github.com/owncloud/apps" target="_blank">https://github.com/owncloud/apps</a>
   git clone <a href="https://github.com/owncloud/3rdparty" target="_blank">https://github.com/owncloud/3rdparty</a>
then
   chown -R www-data:www-data apps config
   mkdir /data;  chown www-data  data;
   mkdir data;  chown www-data  data;
when I visit the website though it stays blank and in the apache log I see

[Tue Dec 03 14:33:24 2013] [error] [client 193.5.238.18] PHP Warning:
 require_once(public/constants.php): failed to open stream: No such file or
directory in /var/www/owncloudcore/lib/base.php on line 23

This is on ubuntu 12.04 + php 5.3.10-1ubuntu3.8.

Any tips please?

Sean

</pre>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Owncloud mailing list
<a href="mailto:Owncloud@kde.org" target="_blank">Owncloud@kde.org</a>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div><br></div>