Changes between Version 3 and Version 4 of OldZipInstall
- Timestamp:
- Jul 5, 2012 6:59:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OldZipInstall
v3 v4 9 9 2. Open the downloaded GSASIIsvn.zip in the Windows Explorer -- you should see a single folder named GSAS-II. Drag this folder to where you would like to install the software. 10 10 11 3. Open this folder in its new location and double-click on the bootstrap.bat file. A "DOS" (cmd.exe) window will open and you should see 11 3. Open this folder in its new location and double-click on the bootstrap.bat file. A "DOS" (cmd.exe) window will open and you should see: 12 12 {{{ 13 ... 14 Preparing to load/update GSAS-II 15 Press any key to continue . . . 13 *********************************************************** 14 Please enter proxy server information, if required for your 15 web environment. Note that the proxy address will be a 16 computer address (proxy.mysite.com) and the proxy port will 17 be a number, such as 80. If not needed or you are unsure, 18 leave the next answer blank. 19 *********************************************************** 20 Enter the proxy address [none needed]: 21 }}} 22 4. If a proxy is entered in step 3, then supply a port for the proxy: 23 {{{ 24 Enter the proxy port [8080]: 25 }}} 26 5. You will then see this text: 27 {{{ 28 ***************************************** 29 Preparing to load/update GSAS-II 30 ***************************************** 31 Press any key to continue . . . 16 32 }}} 17 33 18 Press Enter and the transfer of files starts. After it completes you should see: 34 Press Enter and the transfer of files should start. Note that a message like this: 35 {{{ 36 svn: OPTIONS of 'https://subversion.xor.aps.anl.gov/pyGSAS/trunk': Could not con 37 nect to server (https://subversion.xor.aps.anl.gov) 38 }}} 39 is an indication that a proxy server may be needed. 40 41 If it runs correctly, after it completes you should see: 19 42 20 43 {{{ … … 27 50 Files have been loaded. Press Return to start GSAS-II. 28 51 Press any key to continue . . . 29 }}} 52 }}} 30 53 31 If GSAS-II fails to start, you should debug by starting a DOS window (use Start to run cmd.exe). In that window type54 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 32 55 33 56 {{{ … … 35 58 python GSASII.py 36 59 }}} 37 to see what error is occur ing.60 to see what error is occurring. 38 61 39 In the future, GSAS-II can be started by clicking on the GSASII.bat file that has been downloaded intothe installation directory.62 After GSAS-II has been installed, it can be started by clicking on the GSASII.bat file. Note that this file should not be moved from the installation directory. 40 63 41 64 … … 54 77 Note the $* is optional, but it allows files to be "dropped" onto the shortcut. 55 78 56 '''Start in:''' Change this box to wherever you would like to have GSAS II start -- where you keep your data files. (Optional)79 '''Start in:''' Change this box to wherever you would like to have GSAS-II start -- where you keep your data files. (Optional) 57 80 58 81 '''Change Icon:''' Use this button to change the icon to the GSAS2.ico file in the C:\GSASII directory (optional). … … 68 91 69 92 Copy the shortcut(s) created above from the desktop to the new folder in Start Menu\Programs 93 94 == Updating GSAS-II to the latest version == 95 96 GSAS-II is updated often (sometimes daily). At any point, the bootstrap.bat 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.