sitediff icon indicating copy to clipboard operation
sitediff copied to clipboard

Outdated Installation Instructions for Ubuntu 19.10

Open gardon opened this issue 4 years ago • 3 comments

Ruby 2.5 is available and the PPA in instructions is failing. Just replacing it with ruby2.5 and ruby2.5-dev packages without any ppa seems to be enough.

gardon avatar Apr 21 '20 17:04 gardon

Everything should now be working on 2.7 by default.

cleaver avatar Jun 08 '20 16:06 cleaver

https://github.com/evolvingweb/sitediff/blob/master/INSTALLATION.md This needs to be updated

gardon avatar Jun 09 '20 12:06 gardon

ubuntu install still seems very untested.

Sent a PR in for docs to make install work without error, but even after this good install don't get a sitediff script/binary:

$ export GEM_HOME="$HOME/.gem" # this is the fix for devs-but-not-ruby/gem users
$ gem install sitediff
Building native extensions. This could take a while...
Successfully installed ffi-1.15.5
Successfully installed ethon-0.15.0
Successfully installed typhoeus-1.4.0
Successfully installed rainbow-3.0.0
Successfully installed nokogiri-1.13.4-x86_64-linux
Successfully installed public_suffix-3.1.1
Successfully installed addressable-2.5.2
Successfully installed diffy-3.3.0
Successfully installed sitediff-1.1.1
Parsing documentation for ffi-1.15.5
Installing ri documentation for ffi-1.15.5
Parsing documentation for ethon-0.15.0
Installing ri documentation for ethon-0.15.0
Parsing documentation for typhoeus-1.4.0
Installing ri documentation for typhoeus-1.4.0
Parsing documentation for rainbow-3.0.0
Installing ri documentation for rainbow-3.0.0
Parsing documentation for nokogiri-1.13.4-x86_64-linux
Installing ri documentation for nokogiri-1.13.4-x86_64-linux
Parsing documentation for public_suffix-3.1.1
Installing ri documentation for public_suffix-3.1.1
Parsing documentation for addressable-2.5.2
Installing ri documentation for addressable-2.5.2
Parsing documentation for diffy-3.3.0
Installing ri documentation for diffy-3.3.0
Parsing documentation for sitediff-1.1.1
Installing ri documentation for sitediff-1.1.1
Done installing documentation for ffi, ethon, typhoeus, rainbow, nokogiri, public_suffix, addressable, diffy, sitediff after 7 seconds
9 gems installed
$ which sitediff
$

a little bit skeptical this is going to be much more than just regular diff of two sites, but figured it was worth a whirl if it worked. but doesn't seem to.

pracplayopen avatar Apr 30 '22 18:04 pracplayopen

Closing issue as SiteDiff is updated to Ruby 3.1.2.

kirk-brown-ew avatar Dec 20 '22 02:12 kirk-brown-ew