Project

General

Profile

Download Appion Files Shared » History » Version 56

Anchi Cheng, 05/11/2017 01:31 PM

1 53 Anchi Cheng
Download myami (contains Appion and Leginon) using one of the following options:
2 1 Anchi Cheng
3 16 Amber Herold
4 56 Anchi Cheng
h2. Option 1: SVN Release Branch (Recommended for stability. One year old now)
5 1 Anchi Cheng
6 31 Neil Voss
* stable with latest bug updates
7
8 16 Amber Herold
 
9 1 Anchi Cheng
This is a stable supported branch from our code repository. 
10 52 Anchi Cheng
The latest release targeted for CentOS6 is {{include(Appion:Currrent_myami_release)}}.
11 39 Amber Herold
12 2 Amber Herold
Change directories to the location that you would like to checkout the files to (such as /usr/local) and then execute the following command:
13 39 Amber Herold
14 52 Anchi Cheng
{{include(Appion:Current_myami_release_checkout)}}
15 39 Amber Herold
16 33 Amber Herold
*Note:* If you are installing this file on a microscope Windows PC, you may use "Tortoise SVN":http://tortoisesvn.tigris.org/ to checkout the files.
17 1 Anchi Cheng
 
18
19 56 Anchi Cheng
h2. Option 2: GIT beta-release version (Used and updated at NRAMM daily with newest features)
20
21
* We have switched to git for version control.
22
<pre>
23
git clone -b myami-beta http://emg.nysbc.org/git/myami myami
24
</pre>
25
*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.
26
27
h2. Option 3: GIT Development version (For true developer to play with)
28 1 Anchi Cheng
29 48 Anchi Cheng
* We have switched to git for version control recently. trunk and future release branches will be available with git clone
30 31 Neil Voss
* unstable with latest features
31 30 Neil Voss
32 16 Amber Herold
&nbsp;
33 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.
34
<pre>
35 48 Anchi Cheng
git clone -b trunk http://emg.nysbc.org/git/myami myami
36 12 Amber Herold
</pre>
37 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.