Created
October 27, 2015 07:44
-
-
Save nicosomb/005d791e5f5ecf22b5b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it almost working. wallabag authenticated well, but failed at the fallback

http://localhost:8000/import/pocket/callback
.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 :)