Project

General

Profile

EMG Redmine Quick Start Guide » History » Version 22

Amber Herold, 08/02/2011 03:16 PM

1 1 Amber Herold
h1. AMI Redmine Quick Start Guide
2 4 Amber Herold
3
{{>toc}}
4 1 Amber Herold
5 21 Amber Herold
AMI is using "Redmine":http://www.redmine.org for tracking product issues. 
6 1 Amber Herold
7 18 Amber Herold
h2. 1 Register as a user
8 1 Amber Herold
9 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.
10 1 Amber Herold
11 19 Amber Herold
h2. 2 Post a question on the Forum
12 1 Amber Herold
13 19 Amber Herold
Once you have registered, you can post questions on the "Forums":http://emg.nysbc.org/projects/leginon/boards.
14
15
h2. 3 Select a project to view
16
17 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.
18 21 Amber Herold
19
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.
20
The single svn repository holding the code for both products is available from both Redmine projects.
21
22
Available Projects: 
23
* Appion
24 22 Amber Herold
** loosely everything related to image processing
25 21 Amber Herold
* Leginon
26
** loosely everything that has to do with image capture
27
* AMI Group
28
** only available to users that are AMI Lab members 
29
** holds anything that is not specifically related to Appion or Leginon or is not intended for public view
30
31
32 1 Amber Herold
33 19 Amber Herold
h2. 4 Add a new issue
34 1 Amber Herold
35 15 Amber Herold
* Go to the project that you want to add the issue under. Select the *New issue* tab.
36 1 Amber Herold
* Select a Tracker: Bug, Feature, Support, or Task.
37
* Write a descriptive subject line.
38 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.
39
* To link to another issue maintained in Redmine, type # followed by the issue number (#17). 
40 1 Amber Herold
* To link to a subversion changeset, put a lower case r in front of the revision number (r234).
41
42 11 Amber Herold
When you are ready for the next level of issue settings check out the [[Issue Workflow Tutorial]].
43
44 19 Amber Herold
h2. 5 View issues
45 15 Amber Herold
46 1 Amber Herold
* Select the *Projects* link at the top left corner of the web page. 
47
* Select "View all issues" on the right side of the page. This will display all open issues from all projects. 
48
* At the top of the screen is a "Filters" section.
49 15 Amber Herold
* Select any combination of filter criteria and click *Apply* to view the results.
50 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.
51
52 19 Amber Herold
h2. 6 Edit a wiki page
53 15 Amber Herold
54 5 Amber Herold
To edit, click the *Edit* link at the top of the page. 
55 1 Amber Herold
56 20 Amber Herold
* Official Redmine syntax help: "here":http://www.redmine.org/wiki/redmine/RedmineTextFormatting and "here":http://redcloth.org/hobix.com/textile/.
57
* Wiki Extensions: Check the "wiki extension plugin syntax":http://www.r-labs.org/wiki/r-labs/Wiki_Extensions_en.
58
* Tips and tricks: These were a bit more difficult to figure out, check [[Wiki Tips]].
59
* Adding symbols: You can use the "html symbol name":http://www.ascii.cl/htmlcodes.htm
60 1 Amber Herold
61 19 Amber Herold
h2. 7 Create a new wiki page
62 1 Amber Herold
63
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:
64
65
![[My new wiki page]]
66
67
It will appear as a red link when it is saved. 
68
Click on the link and add content to your new page. 
69
Remember to save it before navigating away or you will lose all your hard work!
70
More information on Wiki creation is "here":http://www.redmine.org/wiki/redmine/RedmineWikis.