Project

General

Profile

EMG Redmine Quick Start Guide » History » Version 24

Amber Herold, 12/16/2013 10:36 AM

1 1 Amber Herold
h1. AMI Redmine Quick Start Guide
2 4 Amber Herold
3
{{>toc}}
4 1 Amber Herold
5 23 Amber Herold
AMI is using "Redmine":http://www.redmine.org for 
6
* tracking product issues
7
* viewing the code repository from a web interface
8
* managing user forums 
9
* all documentation
10 1 Amber Herold
11 18 Amber Herold
h2. 1 Register as a user
12 1 Amber Herold
13 16 Amber Herold
If you have not registered, click on the *Register* link in the top right corner of the website. After submitting the information requested, an AMI administrator will be notified via email that your registration is pending approval. When you are approved, Sign in using the *Sign in* link at the top right corner of the website.
14 1 Amber Herold
15 24 Amber Herold
If you have questions, please email appion at scripps.edu.
16
17 19 Amber Herold
h2. 2 Post a question on the Forum
18 1 Amber Herold
19 19 Amber Herold
Once you have registered, you can post questions on the "Forums":http://emg.nysbc.org/projects/leginon/boards.
20
21
h2. 3 Select a project to view
22
23 1 Amber Herold
Select *Projects* from the top left corner of the website. You will see projects that you are a member of, as well as those that are public.
24 21 Amber Herold
25
Although there is not a clear division in the software code between Appion and Leginon, we use these as project names to be consistent with how the products are presented to the rest of the world.
26
The single svn repository holding the code for both products is available from both Redmine projects.
27
28
Available Projects: 
29
* Appion
30 22 Amber Herold
** loosely everything related to image processing
31 21 Amber Herold
* Leginon
32
** loosely everything that has to do with image capture
33
* AMI Group
34
** only available to users that are AMI Lab members 
35
** holds anything that is not specifically related to Appion or Leginon or is not intended for public view
36
37
38 1 Amber Herold
39 19 Amber Herold
h2. 4 Add a new issue
40 1 Amber Herold
41 15 Amber Herold
* Go to the project that you want to add the issue under. Select the *New issue* tab.
42 1 Amber Herold
* Select a Tracker: Bug, Feature, Support, or Task.
43
* Write a descriptive subject line.
44 2 Amber Herold
* At this point you may select *Create* at the bottom of the page. If you can fill in more information, please do.
45
* To link to another issue maintained in Redmine, type # followed by the issue number (#17). 
46 1 Amber Herold
* To link to a subversion changeset, put a lower case r in front of the revision number (r234).
47
48 11 Amber Herold
When you are ready for the next level of issue settings check out the [[Issue Workflow Tutorial]].
49
50 19 Amber Herold
h2. 5 View issues
51 15 Amber Herold
52 1 Amber Herold
* Select the *Projects* link at the top left corner of the web page. 
53
* Select "View all issues" on the right side of the page. This will display all open issues from all projects. 
54
* At the top of the screen is a "Filters" section.
55 15 Amber Herold
* Select any combination of filter criteria and click *Apply* to view the results.
56 1 Amber Herold
* You may save this query and run it in the future. It will show up under "Custom queries" on the right side navigation bar.
57
58 19 Amber Herold
h2. 6 Edit a wiki page
59 15 Amber Herold
60 5 Amber Herold
To edit, click the *Edit* link at the top of the page. 
61 1 Amber Herold
62 20 Amber Herold
* Official Redmine syntax help: "here":http://www.redmine.org/wiki/redmine/RedmineTextFormatting and "here":http://redcloth.org/hobix.com/textile/.
63
* Wiki Extensions: Check the "wiki extension plugin syntax":http://www.r-labs.org/wiki/r-labs/Wiki_Extensions_en.
64
* Tips and tricks: These were a bit more difficult to figure out, check [[Wiki Tips]].
65
* Adding symbols: You can use the "html symbol name":http://www.ascii.cl/htmlcodes.htm
66 1 Amber Herold
67 19 Amber Herold
h2. 7 Create a new wiki page
68 1 Amber Herold
69
To create a new wiki page, edit an existing one and include double brackets around the name of the page that you wish to create like this:
70
71
![[My new wiki page]]
72
73
It will appear as a red link when it is saved. 
74
Click on the link and add content to your new page. 
75
Remember to save it before navigating away or you will lose all your hard work!
76
More information on Wiki creation is "here":http://www.redmine.org/wiki/redmine/RedmineWikis.