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

WORDMOVE installation error console Ubuntu de Windows #342

Closed
FlorentinaArandano opened this issue Sep 19, 2016 · 11 comments
Closed

WORDMOVE installation error console Ubuntu de Windows #342

FlorentinaArandano opened this issue Sep 19, 2016 · 11 comments

Comments

@FlorentinaArandano
Copy link

After installing successfully gem
Attached error:
error

@kLOsk
Copy link

kLOsk commented Oct 2, 2016

This sounds more like a Ruby Installation issue.

Have a look at this: http://stackoverflow.com/questions/18908708/installing-ruby-gem-in-windows

@alessandro-fazzi
Copy link
Member

@FlorentinaArandano I can confirm there's not yet snothing to do with Wordmove there. The problem is with your ruby installation.

And as far as some of us here are ruby-ists, we can't afford to help you on a windows system.

I have this clue from a past discussion #252 (comment); but I have no competence at all about it. I'm sorry.

As a final note:

spec.required_ruby_version = "~> 2.0"

which means we do not support ruby versions prior to 2.0 and you are trying on your system with the - quite old! - 1.9.1.

Cheers

@phidomo
Copy link

phidomo commented Dec 1, 2016

To get Wordmove installed with Windows bash I had to do the steps below:

sudo apt-get install rubygems-integration
sudo apt-get install ruby-dev

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.3

sudo apt-get install build-essential
gem install wordmove

Now I have Wordmove installed but still have problems when trying to push/pull.

@kLOsk
Copy link

kLOsk commented Dec 8, 2016

@phidomo what's the issue?

@phidomo
Copy link

phidomo commented Dec 10, 2016

@kLOsk I can transfer files with wordmove but having trouble with the database. First it couldn't connect with MySql but I can solve that with
microsoft/WSL#745
sudo /etc/init.d/mysql start

But now I get a mysqldump error: "Access denied for user". I'm using VVV so I guess it is the same problem as in #98. So I should install wordmove in Vagrant.

@alessandro-fazzi
Copy link
Member

@phidomo during mysql operations Wordmove should print on the STDOUT what command it is running. That is the raw underneath command. I suggest you to copy that one and ensuring it could be run correctly on you dev environment before to proceed.

Take also a look in the wiki about some tips on using Wordmove with VVV and feel free to contribute there if it is needed :)

@kLOsk
Copy link

kLOsk commented Dec 11, 2016

Also, this sounds like a non-wordmove issue :) Have you tried using WAMP or MAMP for Windows instead of VVV? Might make things easier for starting out!

@phidomo
Copy link

phidomo commented Dec 11, 2016

I installed Wordmove inside of VVV. It was an easier solution to just use the Vagrant VM than to try to make Wordmove work with bash and VVV.

@alessandro-fazzi
Copy link
Member

I work on WP using just wp server from wp-cli ... just saying for inspiration about simplicity :P ;)

@phidodido
Copy link

I got Wordmove working with Windows 10 bash. See this wiki page https://github.com/welaika/wordmove/wiki/How-to-install-Wordmove-on-Windows-10-with-Bash

@alessandro-fazzi
Copy link
Member

@phidodido your contribution is just something beautiful

And I am really happy to see that it can work with those few steps. Wonderful. Thank you!

Oh well...I'm also going to close this issue

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

No branches or pull requests

5 participants