Changes between Version 8 and Version 9 of OldZipInstall
- Timestamp:
- Jan 19, 2016 5:56:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OldZipInstall
v8 v9 1 = Installing GSAS-II on Windows with mini-SVN kit =1 = Installing GSAS-II on Windows with a mini-SVN kit = 2 2 3 3 Be sure to read the [InstallWindows Windows Installation Instructions] for a discussion of prerequisites for running GSAS-II. 4 4 5 The minimal files needed to run subversion can be downloaded as a zip file, along with a batch filethat will install GSAS-II from the server.5 The minimal files needed to run subversion can be downloaded as a zip file, along with a script that will install GSAS-II from the server. 6 6 7 7 1. Download the svn kit using one of these URLs: https://subversion.xray.aps.anl.gov/pyGSAS/install/GSASIIproxy.zip or https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/install/GSASIIproxy.zip?format=raw … … 28 28 After the script completes, a file named ```RunGSASII.bat``` is created with the locations of GSAS-II and Python hardcoded and a shortcut to start GSAS-II is created on the desktop linked to ```RunGSASII.bat```. The extension ``.gpx``` is registered so that GSAS-II project files will be shown with the GSAS-II icon and so that clicking on them will open them in GSAS-II. 29 29 30 ** Debugging **: If GSAS-II fails to start, you should debug that by starting a DOS window (use Start to run cmd.exe) and then in that window type31 32 {{{33 cd <...>\GSASII34 python GSASII.py35 }}}36 to see what error is occurring.37 38 39 30 ** Add shortcut(s) to Start Menu ** (optional): 40 31 … … 50 41 51 42 GSAS-II is updated often (sometimes daily). The version that has been installed can be determined from the revision number listed when the Help/About GSAS-II menu is used. A summary of what is changed in each revision can be found in https://subversion.xray.aps.anl.gov/trac/pyGSAS/timeline. At any point, the ```bootstrap.py``` file (see step 3, above) can be run again. When this is done, only the files that have been changed will be downloaded, so the transfer will take much less time. If you have made changes in any files, the subversion program (svn) will attempt to merge your changes with the updates on the server. This will usually succeed, but if there are conflicts, you will need to resolve them yourself before GSAS-II will run properly. 43 44 == Debugging == 45 If GSAS-II fails to start, you should debug that by starting a "DOS window" (use Start to run cmd.exe) and then in that window type 46 47 {{{ 48 D: 49 cd <...>\GSASII 50 python GSASII.py 51 }}} 52 where D: is the drive where GSAS-II was installed and ```<...>``` is the location where GSAS-II is installed. There should be some sort of error message shown in the DOS window.