Re: [Owncloud] ownCloud 6 from git

2013-12-04 Thread Sean Boran
I didn't cite a readme, but http://owncloud.org/contribute/ .
I've not found what repo that is in. Perhaps its in
https://github.com/owncloud/documentation somehwere?

Sean


On 3 December 2013 20:10, Vladimir Sapronov vladimir.sapro...@gmail.comwrote:

 Sean, could you please update the README at GitHub which you cited and
 make pull request so everybody would enjoy fresh working instructions.
 On Dec 3, 2013 9:34 AM, Sean Boran s...@boran.com wrote:

 Thanks, that works fine.

 Sean


 On 3 December 2013 14:47, Bernhard Posselt m...@bernhard-posselt.comwrote:

  You need to use git submodules inside core iirc also git submodule init
  git submodule update


 On 12/03/2013 02:35 PM, Sean Boran wrote:

 I'd like to try the owncloud from git

 Following http://owncloud.org/contribute/ :

 cd /var/www
git clone https://github.com/owncloud/core.git owncloud
git clone https://github.com/owncloud/apps
git clone https://github.com/owncloud/3rdparty
 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




 ___
 Owncloud mailing 
 listOwncloud@kde.orghttps://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud


 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] ownCloud 6 from git

2013-12-04 Thread Vladimir Sapronov
Ah yes, agree this is not in README.
Actually this page:
http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html
Already fixed with 'git submodule init':
https://github.com/owncloud/documentation/blob/stable6/developer_manual/app/intro/gettingstarted.rst

I was not able to find sources for http://owncloud.org/contribute/ though.
May be website maintainers can advise where sources for it are located.


On Wed, Dec 4, 2013 at 4:14 PM, Sean Boran s...@boran.com wrote:

 I didn't cite a readme, but http://owncloud.org/contribute/ .
 I've not found what repo that is in. Perhaps its in
 https://github.com/owncloud/documentation somehwere?

 Sean


 On 3 December 2013 20:10, Vladimir Sapronov 
 vladimir.sapro...@gmail.comwrote:

 Sean, could you please update the README at GitHub which you cited and
 make pull request so everybody would enjoy fresh working instructions.
  On Dec 3, 2013 9:34 AM, Sean Boran s...@boran.com wrote:

 Thanks, that works fine.

 Sean


 On 3 December 2013 14:47, Bernhard Posselt m...@bernhard-posselt.comwrote:

  You need to use git submodules inside core iirc also git submodule
 init  git submodule update


 On 12/03/2013 02:35 PM, Sean Boran wrote:

 I'd like to try the owncloud from git

 Following http://owncloud.org/contribute/ :

 cd /var/www
git clone https://github.com/owncloud/core.git owncloud
git clone https://github.com/owncloud/apps
git clone https://github.com/owncloud/3rdparty
 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




 ___
 Owncloud mailing 
 listOwncloud@kde.orghttps://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud


 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud




-- 

Vladimir Sapronov
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] ownCloud 6 from git

2013-12-04 Thread Thomas Müller
That page is maintained within WordPress and outdated. 

Should be removed from my understanding. 


Von Samsung Mobile gesendet

 Ursprüngliche Nachricht 
Von: Vladimir Sapronov vladimir.sapro...@gmail.com 
Datum:  
An: owncloud@kde.org 
Betreff: Re: [Owncloud] ownCloud 6 from git 
 
Ah yes, agree this is not in README.
Actually this page: 
http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html
Already fixed with 'git submodule init': 
https://github.com/owncloud/documentation/blob/stable6/developer_manual/app/intro/gettingstarted.rst

I was not able to find sources for http://owncloud.org/contribute/ though.
May be website maintainers can advise where sources for it are located.


On Wed, Dec 4, 2013 at 4:14 PM, Sean Boran s...@boran.com wrote:
I didn't cite a readme, but http://owncloud.org/contribute/ .
I've not found what repo that is in. Perhaps its in 
https://github.com/owncloud/documentation somehwere?

Sean


On 3 December 2013 20:10, Vladimir Sapronov vladimir.sapro...@gmail.com wrote:
Sean, could you please update the README at GitHub which you cited and make 
pull request so everybody would enjoy fresh working instructions.

On Dec 3, 2013 9:34 AM, Sean Boran s...@boran.com wrote:
Thanks, that works fine.

Sean


On 3 December 2013 14:47, Bernhard Posselt m...@bernhard-posselt.com wrote:
You need to use git submodules inside core iirc also git submodule init  git 
submodule update


On 12/03/2013 02:35 PM, Sean Boran wrote:
I'd like to try the owncloud from git

Following http://owncloud.org/contribute/ :

cd /var/www
   git clone https://github.com/owncloud/core.git owncloud
   git clone https://github.com/owncloud/apps
   git clone https://github.com/owncloud/3rdparty
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



___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud



___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud



___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud




-- 

Vladimir Sapronov___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] ownCloud 6 from git

2013-12-03 Thread Bernhard Posselt
You need to use git submodules inside core iirc also git submodule init 
 git submodule update


On 12/03/2013 02:35 PM, Sean Boran wrote:

I'd like to try the owncloud from git

Following http://owncloud.org/contribute/ :

cd /var/www
git clone https://github.com/owncloud/core.git owncloud
git clone https://github.com/owncloud/apps
git clone https://github.com/owncloud/3rdparty
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



___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] ownCloud 6 from git

2013-12-03 Thread Sean Boran
Thanks, that works fine.

Sean


On 3 December 2013 14:47, Bernhard Posselt m...@bernhard-posselt.comwrote:

  You need to use git submodules inside core iirc also git submodule init
  git submodule update


 On 12/03/2013 02:35 PM, Sean Boran wrote:

 I'd like to try the owncloud from git

 Following http://owncloud.org/contribute/ :

 cd /var/www
git clone https://github.com/owncloud/core.git owncloud
git clone https://github.com/owncloud/apps
git clone https://github.com/owncloud/3rdparty
 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




 ___
 Owncloud mailing 
 listOwncloud@kde.orghttps://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] ownCloud 6 from git

2013-12-03 Thread Vladimir Sapronov
Sean, could you please update the README at GitHub which you cited and make
pull request so everybody would enjoy fresh working instructions.
On Dec 3, 2013 9:34 AM, Sean Boran s...@boran.com wrote:

 Thanks, that works fine.

 Sean


 On 3 December 2013 14:47, Bernhard Posselt m...@bernhard-posselt.comwrote:

  You need to use git submodules inside core iirc also git submodule init
  git submodule update


 On 12/03/2013 02:35 PM, Sean Boran wrote:

 I'd like to try the owncloud from git

 Following http://owncloud.org/contribute/ :

 cd /var/www
git clone https://github.com/owncloud/core.git owncloud
git clone https://github.com/owncloud/apps
git clone https://github.com/owncloud/3rdparty
 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




 ___
 Owncloud mailing 
 listOwncloud@kde.orghttps://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud