related to github #19 :
PEcAn packages are installed on ebi-forecast using the following code:
export R_LIBS_USER="/usr/local/R-2.15/lib64/R/library"
wget https://github.com/PecanProject/pecan/archive/v1.3.2.tar.gz
tar -xvf v1.3.2.tar.gz
./pecan/scripts/build.sh
But the image regeneration still does not work.
I delete the images, touch restart.txt, and relaod. But the pictures do not show up.
rm /usr/loca/ebi/images/prev/*.png
touch /usr/local/ebi/tmp/restart.txt
## refresh browser
## expect images
to get the images back for now:
rsync -routi pecandev:/usr/local/ebi/public/images/prev/*.png /usr/local/ebi/public/images/prev/
related to github #19 :
PEcAn packages are installed on ebi-forecast using the following code:
But the image regeneration still does not work.
I delete the images, touch restart.txt, and relaod. But the pictures do not show up.
to get the images back for now:
rsync -routi pecandev:/usr/local/ebi/public/images/prev/*.png /usr/local/ebi/public/images/prev/