Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
hepsim:dev_hepsim [2020/06/26 21:20]
hepsim17
hepsim:dev_hepsim [2020/06/26 21:21]
hepsim17
Line 54: Line 54:
 tar -zvxf hepsim_web.tgz tar -zvxf hepsim_web.tgz
 cd hepsim_web/web_post cd hepsim_web/web_post
-wget http://atlaswww.hep.anl.gov/hepsim/soft/hs-toolkit.tgz -O - | tar -xz;+wget https://atlaswww.hep.anl.gov/hepsim/soft/hs-toolkit.tgz -O - | tar -xz;
 source hs-toolkit/setup.sh # this checks if Java is installed source hs-toolkit/setup.sh # this checks if Java is installed
 </code> </code>
Line 91: Line 91:
 source hs-toolkit/setup.sh # setup HepSim programs source hs-toolkit/setup.sh # setup HepSim programs
 # now copy a dataset from URL to a new location # now copy a dataset from URL to a new location
-SOURCE=http://cepcgit.ihep.ac.cn:81/hepsim/events/ee/250gev/pythia6_higgs_gamgam_test+SOURCE=https://cepcgit.ihep.ac.cn:81/hepsim/events/ee/250gev/pythia6_higgs_gamgam_test
 OUTPUT_DIR=/var/www/html/ OUTPUT_DIR=/var/www/html/
 hs-mirror -i $SOURCE -o $OUTPUT_DIR hs-mirror -i $SOURCE -o $OUTPUT_DIR