<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    You need to use git submodules inside core iirc also git submodule
    init && git submodule update<br>
    <br>
    <div class="moz-cite-prefix">On 12/03/2013 02:35 PM, Sean Boran
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAOnghju8qNg5Ek+TQvj_7aVMZi6ChgVwMLUyyXUgJZ=uwZ9LPg@mail.gmail.com"
      type="cite">
      <pre wrap="">I'd like to try the owncloud from git

Following <a class="moz-txt-link-freetext" href="http://owncloud.org/contribute/">http://owncloud.org/contribute/</a> :

cd /var/www
   git clone <a class="moz-txt-link-freetext" href="https://github.com/owncloud/core.git">https://github.com/owncloud/core.git</a> owncloud
   git clone <a class="moz-txt-link-freetext" href="https://github.com/owncloud/apps">https://github.com/owncloud/apps</a>
   git clone <a class="moz-txt-link-freetext" href="https://github.com/owncloud/3rdparty">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 class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Owncloud mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Owncloud@kde.org">Owncloud@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/owncloud">https://mail.kde.org/mailman/listinfo/owncloud</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>