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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,6 @@
2
2
3
3
devspoon-startup-tizen is an open source solution that can easily build a reliable Tizen development environment using Docker.
4
4
5
-
- devspoon-startup-tizen can easily build the complex configuration required to develop Samsung Tizen-based IoT devices using the already verified Dockerfile and Docker-compose.
6
-
7
-
- Development automation (CI:Continuous Integration) can be configured using jenkins provided as [devspoon-startup-web], and projects can be efficiently managed with openproject.
8
-
9
-
- Gitolite is linked with openproject and jenkins, and can be used efficiently without repository public and limitations on the capacity restriction of git server and public storage.
10
-
11
-
- Using the harbor, you can build an independent docker image according to the type, version, and kernel environment type of the smart TV, IoT development board, and download and install the docker image to any new server at any time from the docker hub.
12
-
13
-
- By configuring devspoon-startup-tizen, when moving to the internal network, you can build a development environment under various conditions and manage sources and projects even when there is no Internet connection.
14
-
15
5
## based project
16
6
17
7
devspoon-startup-tizen is built on top of the open source project [devspoon-startup-web], an integrated management solution catered to startups. It provides nginx-based PHP and Python platforms to develop web and API services. It also enables installing, backing up and managing project solutions critical for startups such as OpenProject, Jenkins, Gitolite (private Git server), and Harbour (private Docker server).
@@ -26,13 +16,13 @@ devspoon-startup-tizen is built on top of the open source project [devspoon-star
26
16
27
17
## Project management solutions
28
18
29
-
-**[OpenProject] :** Open source project management software to help you work on your project efficiently
19
+
-**[OpenProject]** : Open source project management software to help you work on your project efficiently
30
20
31
-
-**[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
21
+
-**[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
32
22
33
-
-**[Gitolite] :** Configuration Management Tool. user can install git server software at own server
23
+
-**[Gitolite]** : Configuration Management Tool. user can install git server software at own server
34
24
35
-
-**[Harbor] :** The Private Docker Registry Server for businesses that store and distribute Docker Images
25
+
-**[Harbor]** : The Private Docker Registry Server for businesses that store and distribute Docker Images
36
26
37
27
## Features
38
28
@@ -42,6 +32,16 @@ devspoon-startup-tizen is built on top of the open source project [devspoon-star
42
32
43
33
-**Provide reverse proxy function** : Through a single nginx, you can provide multiple web and app services using PHP and Python, as well as project management services at the same time. Provides a shell script to easily create proxy configuration files for integration with the web UI of other services.
44
34
35
+
- devspoon-startup-tizen can easily build the complex configuration required to develop Samsung Tizen-based IoT devices using the already verified Dockerfile and Docker-compose.
36
+
37
+
- Development automation (CI:Continuous Integration) can be configured using jenkins provided as [devspoon-startup-web], and projects can be efficiently managed with openproject.
38
+
39
+
- Gitolite is linked with openproject and jenkins, and can be used efficiently without repository public and limitations on the capacity restriction of git server and public storage.
40
+
41
+
- Using the harbor, you can build an independent docker image according to the type, version, and kernel environment type of the smart TV, IoT development board, and download and install the docker image to any new server at any time from the docker hub.
42
+
43
+
- By configuring devspoon-startup-tizen, when moving to the internal network, you can build a development environment under various conditions and manage sources and projects even when there is no Internet connection.
44
+
45
45
## Considerations
46
46
47
47
-**No DB service** : This open source does not provide DB as docker to suggest stable operation. It is recommended to install it on a real server and access it using a network, such as port 3306. We hope that this will be done for distributed services as well. We hope that this will be consider for distributed services as well.
@@ -140,7 +140,7 @@ devspoon-startup-tizen is built on top of the open source project [devspoon-star
140
140
141
141
## Community
142
142
143
-
-**Personal Website :** Owner's personal website is [devspoon.com](devspoon.com)
143
+
-**Personal Website** : Owner's personal website is [devspoon.com](devspoon.com)
0 commit comments