phpchap / BuddyPress-REST

RESTful Interface for BuddyPress
4 stars 0 forks source link

Instalation issue #1

Open antton opened 12 years ago

antton commented 12 years ago

Hi,

It's really nice to see someone doing this API REST, I'd like to help you and even test or develop more actions but i need a little bit of information about how to make the installation, I'm trying with a new installation, just changing the wp-config.php putting your lines about api folder and nothing else. Then I see that is trying to make the require_once 'restler.php'; and also to UserAPI.php in the index.php inside /api/ folder but this files doesn't exist in you Restler folder.

Well I think that would be better your information first.

Thanks again, and really I appreciate your fantastic work!

phpchap commented 12 years ago

hi antton, thanks for the message - this project was more of a proof of concept job, i've since moved to using Elgg and a webservice plugin to provide social networking features for my current project..

that said, i can fix up this repo so you can at least get it up and running - im off on holiday from tomorrow but can have a look into this next week if thats cool

antton commented 12 years ago

Hi,

I already started with a new project to make a restapi for buddypress, when i checked yours i decided to take the same way/solution integrating restler2 and now i'm checking how to build a token system for buddypress but I have a lot of thing to do before that.

But thankf for your reply, when i finish my previous concept i'll create a github project as well.

Have a good time.

Bye.


Antton

El miércoles 25 de abril de 2012, phpchap escribió:

hi antton, thanks for the message - this project was more of a proof of concept job, i've since moved to using Elgg and a webservice plugin to provide social networking features for my current project..

that said, i can fix up this repo so you can at least get it up and running - im off on holiday from tomorrow but can have a look into this next week if thats cool


Reply to this email directly or view it on GitHub: https://github.com/phpchap/BuddyPress-REST/issues/1#issuecomment-5330738

phpchap commented 12 years ago

Hi Antton,

thanks for the message , apologies for not getting back to you sooner!

I have spent a bit of time today setting up a project to help you along, the project consists of a cloned wordpress repo and within that you have a buddypress submodule plugin- this will allow you to recieve updates from both wordpress and buddypress (which is similar to svn:externals if you've used them before)

also, i didnt like the way the /api folder was within the wordpress folder as i have created the api outside of the wordpress root in its own folder..

/src/wordpress (for all the wordpress/buddypress stuff) /src/api (for all the REST stuff)

you can find the new improved repo here: git@github.com:phpchap/BuddyRest.git

and i have also put together a detailed README on how to setup things properly.. ill add you to the repo so you can commit to this too if you want..

cheers

antton commented 12 years ago

Thanks again,

I'll try to take some time during this week and check everything you told me.

Thanks again!

Antton

2012/5/7 phpchap < reply@reply.github.com

Hi Antton,

thanks for the message , apologies for not getting back to you sooner!

I have spent a bit of time today setting up a project to help you along, the project consists of a cloned wordpress repo and within that you have a buddypress submodule plugin- this will allow you to recieve updates from both wordpress and buddypress (which is similar to svn:externals if you've used them before)

also, i didnt like the way the /api folder was within the wordpress folder as i have created the api outside of the wordpress root in its own folder..

/src/wordpress (for all the wordpress/buddypress stuff) /src/api (for all the REST stuff)

you can find the new improved repo here: git@github.com: phpchap/BuddyRest.git

and i have also put together a detailed README on how to setup things properly.. ill add you to the repo so you can commit to this too if you want..

cheers


Reply to this email directly or view it on GitHub: https://github.com/phpchap/BuddyPress-REST/issues/1#issuecomment-5557723