Project

General

Profile

EMG Redmine Quick Start Guide » History » Version 23

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

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