Project

General

Profile

Download Appion Files Shared » History » Version 48

Anchi Cheng, 07/27/2016 09:57 AM

1 47 Anchi Cheng
Download Myami 3.2 (contains Appion and Leginon) using one of the following options:
2 1 Anchi Cheng
3 16 Amber Herold
4 36 Anchi Cheng
h2. Option 1: SVN Release Branch (Recommended)
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 47 Anchi Cheng
The latest release targeted for CentOS6 is myami-3.2. 
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
15
<pre>
16 40 Amber Herold
# CentOS 6 (PHP 5.3)
17 47 Anchi Cheng
svn co http://emg.nysbc.org/svn/myami/branches/myami-3.2 myami/
18 39 Amber Herold
</pre>
19
20 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.
21 1 Anchi Cheng
&nbsp;
22 36 Anchi Cheng
23 48 Anchi Cheng
h2. Option 2: GIT Development version
24 1 Anchi Cheng
25 48 Anchi Cheng
* We have switched to git for version control recently. trunk and future release branches will be available with git clone
26 31 Neil Voss
* unstable with latest features
27 30 Neil Voss
28 16 Amber Herold
&nbsp;
29 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.
30
<pre>
31 48 Anchi Cheng
git clone -b trunk http://emg.nysbc.org/git/myami myami
32 12 Amber Herold
</pre>
33 48 Anchi Cheng
*Note:* If you are installing this file on a microscope Windows PC, you may use "Tortoise Git":https://tortoisegit.org to checkout the files. Check compatibility as newer version does not support Windows XP.