ocdev uses git internally so the basic git workflow applies:
Fork the contacts repo on github, then change into the
core/apps/contacts directory and run:
git remote rm origin
git remote add origin url_to_github_repo
Then change the code like youd do it normally, git add, commit and push
it to your repo and when youre done create a pull request on github (see
the github help)
On 01/21/2015 07:27 PM, Rumesh Eranga wrote:
Hi,
Thanks Bernhard. This solved the problem and now I have a functioning
developer environment. One more question. ocdev tool will give a clone from
owncloud repo, So how do I send a modification I did to the code? Should I
create a branch locally and then send a PR to the master?
On Tue, Jan 20, 2015 at 1:07 AM, Bernhard Posselt <d...@bernhard-posselt.com>
wrote:
ocdev setup app (except for core/base) is just a shortcut for the git
clone apprepo, so cloning the contacts repo from github is just fine. A
blank white page usually means that theres a php error, check
data/owncloud.log
Also use the dev server to develop. You can set up a dev environment +
contacts by doing the following:
cd ~
ocdev setup base
cd core
php -S localhost:8080
On 01/19/2015 08:27 PM, Rumesh Eranga wrote:
Hi,
I am Rumesh Hapuarachchi, a new developer to Own Cloud. I tried to install
Contacts app but couldn't get it up and running.
Steps:
1.Setup Apache, Mysql, php in Ubuntu 14.10
2.Download owncloud app from owncloud.org and extracted to
'/var/www/html/owncloud/core'
3.Granted read/write permission to core folder including sub folders.
4. Created a database in Mysql named 'owncloud'
5. Logged into 'http://localhost/owncloud/core' and created an account for
admin
Then I noticed that I had to setup contacts app via ocdev tool.
6. installed ocdev tool
7. deleted existing contacts folder from core folder
8. in apps folder I executed 'ocdev setup contacts'
After completion, i tried to access Contacts app via owncloud but all I got
was a blank page.
Can someone guide me how to get Contacts app working?
Regards,
Rumesh
_______________________________________________
Devel mailing
listDevel@owncloud.orghttp://mailman.owncloud.org/mailman/listinfo/devel
_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel
_______________________________________________
Devel mailing list
Devel@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/devel