-
Notifications
You must be signed in to change notification settings - Fork 0
Zesting
Matthew Harris edited this page Jan 21, 2016
·
1 revision
one time: copy ten files from
raw_files
to
whole_site
testing with ten files
cd /home/bjpitts/Projects/webshooter
python webengine.py http://www-pcmdi.llnl.gov http://www-pcmdi.llnl.gov media/images site hyde
for one file
cp completed_files/whole_site.html PCMDI/content/whole_site.html
for all ten files
cp -R completed_files/*.html PCMDI/content/
then test
cd PCMDI
hyde gen
repeat
make changes to webengine.py or the file it's importing also look at file_trimmer.py to remove extra header and footer lines.