Conversation
instead of a gross mix of literal and tag specifications
kemball
added a commit
that referenced
this pull request
Aug 1, 2013
Path-related bugfix + tag changes to prevent it happening again + folder addition to repo to prevent permissions problems in the future.
Member
|
The images are not showing up now on betydb.org. Is there a simple fix, or should I open a new bug? |
Contributor
Author
|
It looks like PEcAn is not installed on ebi-forecast. Is this intentional? The prior images rely on PEcAn R code for DRY reasons, but I can change it if need be. |
Member
|
Okay. Boris installed the PEcAn packages 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.shBut 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 imagesto get the images back for now: rsync -routi pecandev:/usr/local/ebi/public/images/prev/*.png /usr/local/ebi/public/images/prev/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hopefully these changes will insulate the code against path changes in the future. The priors page now also uses ruby tags instead of hardcoded urls and added public/images/prev to the commit itself, while ignoring .png files in there.