Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using tumblr.php on Windows (WAMP) #18

Closed
reteacom opened this issue Sep 4, 2013 · 5 comments
Closed

using tumblr.php on Windows (WAMP) #18

reteacom opened this issue Sep 4, 2013 · 5 comments

Comments

@reteacom
Copy link

reteacom commented Sep 4, 2013

Hello !
Could you please specify which are the steps to use this package on WAMP? Due to guzzle and eher/oauth issue I cannot run script at all...
Thank you !

@seejohnrun
Copy link
Contributor

What issue are you seeing with guzzle and eher/oauth? Have you installed composer?

@reteacom
Copy link
Author

reteacom commented Sep 9, 2013

Hello !
Actually I did not find any tutorial how to install composer on a WAMP
server ... Does exist any help file regarding this ?
Thank you

2013/9/5 John Crepezzi notifications@github.com

What issue are you seeing with guzzle and eher/oauth? Have you installed
composer?


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-23864018
.

@codingjester
Copy link
Contributor

Hey @reteacom You should see an installer for composer here: http://getcomposer.org/doc/00-intro.md#installation-windows

Let me know if you have any issues. I'm not really a windows guy myself, but we probably can get you up and running.

@jeflopodev
Copy link

@reteacom

  1. Install composer, in windows is really easy, just grab the binaries, click next next next. It will configure the PATH var for you.
  2. Download this repository or clone it. Unzip and move the folder inside a public folder of your webserver ie. htdocs or wwwroot
  3. open a terminal (powershell, cmd.exe in windows)
  4. change to the directory you've copied the tumblr client ( with cd )
  5. use this command "composer install" without quotes (if fails, use composer self-update and try again) It will install the Tumblr Client dependencies. (eher/oauth). You should see the composer.json file in this repository to really understand how composer handles it.
  6. You'll need to follow the basic usage guidelines in https://github.com/tumblr/tumblr.php
  7. You'll need to register an application in your logged in tumblr account (api) >> http://www.tumblr.com/oauth/apps
  8. You'll need to obtain consumerkey, consumersecret, token, tokensecret, apikey >> https://api.tumblr.com/console/calls/user/info (after sending the form click "show keys" (right top))

@seejohnrun
Copy link
Contributor

Closing this up - let us know if any more questions - and thanks so much @jeflopo - would be a great wiki page!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants