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