Project

General

Profile

Download Appion Files Shared » History » Version 62

Anchi Cheng, 04/09/2019 04:56 PM

1 53 Anchi Cheng
Download myami (contains Appion and Leginon) using one of the following options:
2 1 Anchi Cheng
3 62 Anchi Cheng
h2. Option 1: 3.4 version (Current release)
4 1 Anchi Cheng
5 57 Anchi Cheng
* We have switched to git for version control.
6
<pre>
7 62 Anchi Cheng
git clone -b myami-3.4 http://emg.nysbc.org/git/myami myami
8 57 Anchi Cheng
</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
&nbsp;
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 61 Swapnil Bhatkar
git clone -b trunk http://your_redmine_username@emg.nysbc.org/git/myami myami
28 12 Amber Herold
</pre>
29 60 Anchi Cheng
* your_redmine_username is required if you intend and have permission to push changes to our repository.  Please ask the development team if you would like to contribute.*
30
31 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.