X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=UPGRADE.mojo;h=e20fdb6014e986a0ff07910529b8e8f0c254dbf7;hb=refs%2Fheads%2Fmojo;hp=156a5c28c88f6df702c3c1afb8439e8d8ed6a3c5;hpb=1a81fd5d534cfad7f4e5aa49b30009fe46218716;p=spider.git diff --git a/UPGRADE.mojo b/UPGRADE.mojo index 156a5c28..e20fdb60 100644 --- a/UPGRADE.mojo +++ b/UPGRADE.mojo @@ -72,7 +72,7 @@ You will need the following CPAN packages: that is reasonably new (I use Ubuntu 18.04 and Debian 10) then you can simply do: - sudo apt-get install libev-perl libmojolicious-perl libjson-perl libjson-xs-perl libdata-structure-util-perl libmath-round-perl + sudo apt-get install libev-perl libmojolicious-perl libjson-perl libjson-xs-perl libdata-structure-util-perl libmath-round-perl libnet-cidr-lite-perl or on Redhat based systems you can install the very similarly (but not the same) named packages. I don't know the exact names but @@ -88,7 +88,7 @@ You will need the following CPAN packages: sudo apt-get install build-essential. - sudo cpanm EV Mojolicious JSON JSON::XS Data::Structure::Util Math::Round + sudo cpanm EV Mojolicious JSON JSON::XS Data::Structure::Util Math::Round Net::CIDR::Lite # just in case it's missing (top, that is) sudo apt-get install procps @@ -184,7 +184,7 @@ having stopped the node: mkdir /spider/local_data git reset --hard - git pull + git pull --all git checkout --track -b mojo origin/mojo if you have not already done this: