Skip to content

Instantly share code, notes, and snippets.

@nicosomb
Created October 27, 2015 07:44
Show Gist options
  • Save nicosomb/005d791e5f5ecf22b5b4 to your computer and use it in GitHub Desktop.
Save nicosomb/005d791e5f5ecf22b5b4 to your computer and use it in GitHub Desktop.
git clone https://github.com/wallabag/wallabag.git
git fetch origin
git checkout -b v2-pocket-import origin/v2-pocket-import
composer install
app/console wallabag:install
app/console server:run
Go to http://localhost:8000
Log in
http://localhost:8000/import and follow the steps!
Copy link

ghost commented Oct 27, 2015

Got it almost working. wallabag authenticated well, but failed at the fallback http://localhost:8000/import/pocket/callback.
image

I think that it could be an error in my installation (XAMPP on Windows), because I tweaked the installation a bit to get it running (some php.ini customisations) :/

Do you know how I can setup a custom url, so that wallabag isn't always redirecting to localhost:8000? Then I could setup it on my (shared) webserver, which might be a better environment :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment