Skip to content

Repository files navigation

These are miscelleneous client side scripts for interacting with the Global Change Information System (GCIS).

Many scripts in this collection are copied and pasted from each other and other places.

Setup

  • Create a repos dir
    mkdir repos && cd repos
  • Clone the repos:
    git clone https://github.com/USGCRP/gcis-pl-client
    git clone https://github.com/USGCRP/gcis-scripts
  • Add the libs to PERL5LIB
    echo export PERL5LIB=$PERL5LIB:~/repos/gcis-pl-client/lib/:~/repos/gcis-scripts/lib/ >>~/.bashrc
  • Install Perlbrew and the perl version
    \curl -L https://install.perlbrew.pl | bash
    echo "source ~/perl5/perlbrew/etc/bashrc" >>~/.bashrc
    perlbrew install perl-5.20.3 #long running
    perlbrew switch perl-5.20.3
  • Install Mojolicious
    curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojolicious
  • Install CPAN modules, as needed.
    cpan install [Module::Name::Here]

About

Various GCIS scripts

Resources

Stars

0 stars

Watchers

9 watching

Forks

Releases

Packages

Used by

Contributors

Languages