2010 Appion Developer Workshop » History » Version 18
Neil Voss, 06/15/2010 10:30 AM
1 | 1 | Neil Voss | h1. 2010 Appion Developer Workshop |
---|---|---|---|
2 | |||
3 | h2. Setting up a development enviroment |
||
4 | |||
5 | h4. Subversion |
||
6 | |||
7 | <pre> |
||
8 | svn checkout http://emg.nysbc.org/svn/myami/trunk/ myami/ |
||
9 | </pre> |
||
10 | |||
11 | h4. Sinedon.cfg |
||
12 | |||
13 | 18 | Neil Voss | <center> |
14 | 1 | Neil Voss | At AMI, you do not normally need a sinedon.cfg file, but if you have your own testing environment you will need one. |
15 | 18 | Neil Voss | </center> |
16 | 1 | Neil Voss | h4. Web page |
17 | |||
18 | At AMI, put myamiweb into your ami_html directory and it will be available on both cronus3 and fly as http://cronus3.scripps.edu/~username/myamiweb/ |
||
19 | |||
20 | You will need to run Eric's web setup wizard to get it working: http://cronus3.scripps.edu/~username/myamiweb/setup/ |
||
21 | |||
22 | |||
23 | 13 | Neil Voss | Your PYTHONPATH should contain both the myami folder and the myami/appion folder. |
24 | |||
25 | 1 | Neil Voss | |
26 | ______ |
||
27 | |||
28 | h2. Add a new option to a program |
||
29 | |||
30 | 10 | Neil Voss | [[2010 ADW/Add a new option to a program]] |
31 | |||
32 | 2 | Neil Voss | ______ |
33 | 1 | Neil Voss | |
34 | h2. Organization of the Python programs |
||
35 | |||
36 | 11 | Neil Voss | [[2010 ADW/Organization of the Python programs]] |
37 | |||
38 | 8 | Neil Voss | ______ |
39 | 7 | Neil Voss | |
40 | h2. Organization of the PHP programs |
||
41 | 1 | Neil Voss | |
42 | 11 | Neil Voss | [[2010 ADW/Organization of the PHP programs]] |
43 | 1 | Neil Voss | |
44 | ______ |
||
45 | |||
46 | 16 | Neil Voss | h2. Create an alignment program from scratch |
47 | 11 | Neil Voss | |
48 | 17 | Neil Voss | [[2010 ADW/Create an alignment program from scratch]] |
49 | 1 | Neil Voss | |
50 | |||
51 | ______ |
||
52 | |||
53 | 16 | Neil Voss | h2. Create an image uploader program from scratch |
54 | 1 | Neil Voss | |
55 | 16 | Neil Voss | [[2010 ADW/Create an image uploader program from scratch]] |