|
| 1 | + |
1 | 2 | # detectorMPI
|
2 | 3 | Real-time parallel processing for cameras or scientific x-ray detectors. Based on QT and MPI.
|
3 | 4 |
|
4 |
| -See the file, detectorMPIManual.pdf. |
5 |
| - |
6 |
| -To edit user manual, soffice detectorMPIManual.odt |
| 5 | +## Documenation |
| 6 | +* See the file, detectorMPIManual.pdf. |
| 7 | +* To edit user manual, soffice detectorMPIManual.odt |
7 | 8 |
|
8 |
| -Some git commands... |
| 9 | +## Installation |
9 | 10 |
|
10 | 11 | git clone https://github.com/argonnexraydetector/detectorMPI.git
|
11 | 12 |
|
| 13 | +* edit files... |
| 14 | +* git add edited_file |
| 15 | +* git commit or git commit -a |
| 16 | +* Submit a pull request to add changes to master |
12 | 17 |
|
13 |
| -edit files... |
14 |
| -git add edited_file |
15 |
| -git commit |
16 |
| - |
17 |
| -OR |
18 |
| - |
19 |
| -git commit -a |
20 |
| - |
| 18 | +To see the origin on github: |
| 19 | +* git remote -v |
21 | 20 |
|
22 |
| -to see the origin on the web |
23 |
| -git remote -v |
| 21 | +To push your commits to github: |
| 22 | +* First you need to assicoate the repo w/ the github origin w/ username |
24 | 23 |
|
25 |
| -To push your commits to github |
26 |
| -First you need to assicoate the repo w/ the github origin w/ username |
| 24 | +* git remote set-url origin https://[email protected]/argonnexraydetector/detectorMPI.git |
27 | 25 |
|
28 |
| -git remote set-url origin https://[email protected]/argonnexraydetector/detectorMPI.git |
29 | 26 |
|
30 |
| - |
31 |
| -Below will push your git repo to the github |
32 |
| -git push origin |
33 |
| -You need the secret password.. |
| 27 | +Below will push your git repo to the github: |
| 28 | +* git push origin |
| 29 | +* You need the secret password.. |
34 | 30 |
|
35 | 31 |
|
36 | 32 | Set up your git
|
37 |
| - |
38 |
| -git config --global user.name "John Doe" |
39 |
| -git config --global user.email [email protected] |
40 |
| -git config --global core.editor nedit |
41 |
| - |
| 33 | +* git config --global user.name "John Doe" |
| 34 | +* git config --global user.email [email protected] |
| 35 | +* git config --global core.editor nedit |
42 | 36 |
|
43 | 37 |
|
44 | 38 | Git how to book:
|
45 | 39 | http://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
|
46 | 40 |
|
47 |
| -. |
48 |
| - |
49 | 41 |
|
50 | 42 |
|
51 | 43 |
|
|
0 commit comments