You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,23 @@ This repository is based on the [devspoon-web](https://github.com/devspoons/devs
14
14
15
15
## Project management solutions
16
16
17
-
-**[OpenProject] :** Open source project management software to help you work on your project efficiently
17
+
-**[OpenProject]** : Open source project management software to help you work on your project efficiently
18
18
19
-
-**[Jenkins] :** As one of the CI tools, CI (Continuous Integration) refers to continuous integration, which is an automated process for developers, and new code changes are automatically built and tested regularly to notify developers to solve problems that can occur when multiple developers develop simultaneously. Software that helps secure development stability and reliability
19
+
-**[Jenkins]** : As one of the CI tools, CI (Continuous Integration) refers to continuous integration, which is an automated process for developers, and new code changes are automatically built and tested regularly to notify developers to solve problems that can occur when multiple developers develop simultaneously. Software that helps secure development stability and reliability
20
20
21
-
-**[Gitolite] :** Configuration Management Tool. user can install git server software at own server
21
+
-**[Gitolite]** : Configuration Management Tool. user can install git server software at own server
22
22
23
-
-**[Harbor] :** The Private Docker Registry Server for businesses that store and distribute Docker Images
23
+
-**[Harbor]** : The Private Docker Registry Server for businesses that store and distribute Docker Images
24
24
25
25
## Features
26
26
27
-
-**Supports creation of configuration files required for each service:** Environment files and security keys used for each service are created according to the user's keyboard input using a shell script or automatically generated.
27
+
-**Supports creation of configuration files required for each service** : Environment files and security keys used for each service are created according to the user's keyboard input using a shell script or automatically generated.
28
28
29
-
-**User custom installation support :** You can selectively install only the desired solution at compose/project_mng_service/(solution) without having to install all the solutions.
29
+
-**User custom installation support** : You can selectively install only the desired solution at compose/project_mng_service/(solution) without having to install all the solutions.
30
30
31
31
- If you want to install more than one solution at the same time, just uncomment what you want at compose/master_service/docker-compose.yml.
32
32
33
-
-**Access web server and project management solutions with one nginx through nginx proxy :** All solutions are available on one nginx server.
33
+
-**Access web server and project management solutions with one nginx through nginx proxy** : All solutions are available on one nginx server.
34
34
35
35
```
36
36
Example
@@ -42,7 +42,7 @@ This repository is based on the [devspoon-web](https://github.com/devspoons/devs
42
42
jen.test.com -> jenkins solution
43
43
```
44
44
45
-
-**etc :**
45
+
-**etc** :
46
46
47
47
- You can use ssh for direct access to gitolite.
48
48
- The harbor will be supported in a future version due to security issues, and you can connect to your own server through harbor.yml.
@@ -178,7 +178,7 @@ This repository is based on the [devspoon-web](https://github.com/devspoons/devs
178
178
179
179
## Community
180
180
181
-
-**Personal Website :** Owner's personal website is [devspoon.com](devspoon.com)
181
+
-**Personal Website** : Owner's personal website is [devspoon.com](devspoon.com)
0 commit comments