Download Appion Files Shared » History » Version 59
Anchi Cheng, 09/14/2018 11:30 AM
1 | 53 | Anchi Cheng | Download myami (contains Appion and Leginon) using one of the following options: |
---|---|---|---|
2 | 1 | Anchi Cheng | |
3 | 58 | Anchi Cheng | h2. Option 1: 3.3 version (Current release) |
4 | 1 | Anchi Cheng | |
5 | 57 | Anchi Cheng | * We have switched to git for version control. |
6 | <pre> |
||
7 | git clone -b myami-3.3 http://emg.nysbc.org/git/myami myami |
||
8 | </pre> |
||
9 | *Note:* If you are installing these files on a microscope Windows PC, you may use "Git for Windows":https://git-for-windows.github.io to clone the files. See notes on configuration note in [[Leginon:Windows_Package_Requirement_30| Here]] Check compatibility as newer version does not support Windows XP. |
||
10 | 1 | Anchi Cheng | |
11 | 58 | Anchi Cheng | h2. Option 2: beta-release version (Used and updated at NRAMM daily with newest features that may not yet documented) |
12 | 56 | Anchi Cheng | |
13 | * We have switched to git for version control. |
||
14 | <pre> |
||
15 | git clone -b myami-beta http://emg.nysbc.org/git/myami myami |
||
16 | </pre> |
||
17 | *Note:* If you are installing these files on a microscope Windows PC, you may use "Git for Windows":https://git-for-windows.github.io to clone the files. See notes on configuration note in [[Leginon:Windows_Package_Requirement_30| Here]] Check compatibility as newer version does not support Windows XP. |
||
18 | |||
19 | 58 | Anchi Cheng | h2. Option 3: Development version (For true developer to play with) |
20 | 1 | Anchi Cheng | |
21 | 48 | Anchi Cheng | * We have switched to git for version control recently. trunk and future release branches will be available with git clone |
22 | 31 | Neil Voss | * unstable with latest features |
23 | 30 | Neil Voss | |
24 | 16 | Amber Herold | |
25 | 1 | Anchi Cheng | This contains features that may still be under development. It is not supported and may not be stable. Use at your own risk. |
26 | <pre> |
||
27 | 59 | Anchi Cheng | git clone -b trunk your_redmine_username@http://emg.nysbc.org/git/myami myami |
28 | 12 | Amber Herold | </pre> |
29 | 55 | Anchi Cheng | *Note:* If you are installing these files on a microscope Windows PC, you may use "Git for Windows":https://git-for-windows.github.io to clone the files. See notes on configuration note in [[Leginon:Windows_Package_Requirement_30| Here]] Check compatibility as newer version does not support Windows XP. |