Skip to content

Commit 01166eb

Browse files
authored
Merge pull request #47 from rayzhou2017/master
update home page content
2 parents 8b1e931 + 4cfe889 commit 01166eb

File tree

4 files changed

+36
-50
lines changed

4 files changed

+36
-50
lines changed

archetypes/blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ""
33
author: ""
44
date: {{ .Date }}
55
categories:
6-
- 日志
6+
- Log
77
- OpenPitrix
88
tags:
99
- Markdown

config.toml

Lines changed: 23 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -33,48 +33,37 @@ copyright = "Openpitrix Technology © 2018"
3333

3434
[languages.en.index.first]
3535
title = "Application Management"
36-
subtitle = "Platform on Multi-Cloud Environment"
37-
desc = "OpenPitrix is an Open-source, enterprise system for package , deploy and orchestration applications into multiple cloud environments such as QingCloud, AWS, Kubernetes etc."
38-
link = "COMING SOON…"
36+
subtitle = "Platform for Multi-Cloud Environment"
37+
desc = "OpenPitrix is an open-source system to package, deploy and manage different types of applications including traditional application, microservice application and serverless applications into multiple cloud environment such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare etc."
3938
[languages.en.index.second]
4039
title = "Why OpenPitrix?"
41-
desc_begin = "Since software used in business, diversity software was developed. For example, categorize by architecture:"
42-
desc_end = "This is Cloud era, so all above application must run on cloud computing, Just like QingCloud, AWS, Or VMware, Kubernetes based envrionment. Which framework or platform can do this? So OpenPitrix make sence, born for resovle this problem."
43-
[[languages.en.index.second.architecture]]
44-
name = "Java EE traditional enterprise application."
45-
weight = 1
46-
[[languages.en.index.second.architecture]]
47-
name = "LAMP ( linux, apache, mysql/postgresql, php/python/perl ) Open Source Software stack."
48-
weight = 2
49-
[[languages.en.index.second.architecture]]
50-
name = "Virtalization image."
51-
weight = 3
52-
[[languages.en.index.second.architecture]]
53-
name = "Container image."
54-
weight = 4
55-
[[languages.en.index.second.architecture]]
56-
name = "Microservice components."
57-
weight = 5
58-
[[languages.en.index.second.architecture]]
59-
name = "and a lot of more."
60-
weight = 6
40+
desc = "Nowadays cloud computing is widely adopted in enterprise organizations. Furthermore, most of enterprises have multi-cloud strategy for certain reasons. The multiple clouds are usually from different provides, resulting shadow IT becomes a reality again in cloud era. Therefore, how to manage and automate multi-cloud environment becomes an emerging requirement, especially for application management. Moreover, it is challenging to create one stop store that manages different types of applications, including traditional application (or called monolithic application), microservice application and serverless application. OpenPitrix is such a platform to solve these problems."
6141
[languages.en.index.third]
62-
title = "Template application and deployment framework"
63-
desc = "Significantly reduce learning costs and operational complexity through declarative template specifications, reducing development cycles from months to days or even hours, dramatically reducing cloud application development, deployment and operational complexity."
42+
title = "Templatize Application and Deployment Framework"
43+
desc = "As like as image being template for an instance, enterprise application is also templatized on OpenPitrix. The application template is much more complicated than image in that it could contain many more images and defines the whole lifecycle of an application cluster. Moreover, it supports customized mornitoring, health check and many more features. Meanwhile, developer does not need to program for moving a traditional application into cloud which reduces development effort from months to days or even hours."
6444
[languages.en.index.fourth]
65-
title = "Support multiple cloud platforms"
66-
desc_begin = "Adopted plug-in style development framework, abstraction the current mainstream cloud platform interface, uniform them for the user is completely transparent, reducing complexity for application developer."
67-
desc_end = "public cloud platform supported include: AWS, GCE, Azure, QingCloud, etc.\r\nprivate cloud platform supported : Kubernetes, OpenStack, QingCloud, etc. "
45+
title = "Multiple Clouds Support"
46+
desc_begin = "Support multiple clouds such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare and so on."
47+
desc_end = "Cloud support is hightly extendable and pluggable."
6848
[languages.en.index.fifth]
69-
title = "Unify all kind of application, monolitic, microservice, distributed, etc."
70-
desc = "The technology is evolving, application is same, but old sytle not disappear. all kinds of application coexist in cloud computing era. OpenPitrix adopted distributed configurtion management, abstract meta configuration infomation, compatible with all(almost) application."
49+
title = "One Platform for all Kinds of Application"
50+
desc = "Support a variaty of application types including traditional (also known as monolithic) application, microservice application and serverless application. Application type support is extendable which means no matter what new application type emerges in the future, the platform is able to support it by adding corresponding pluggin."
7151
[languages.en.index.sixth]
72-
title = "Adopted microservice for openpitrix itself"
73-
desc = "Openpitrix adopted microservice, every function have indepent service, architecture high level."
52+
title = "Microservice Architecture Oriented"
53+
desc = "OpenPitrix itself adopts microservice architecture. The system can be deployed into virtual machine, container orchestration system such as Kubernetes, or bare metal."
7454
[languages.en.index.seventh]
75-
title = "As the picture show"
55+
title = ""
7656
[languages.en.index.eighth]
77-
title = "Use Cases"
57+
title = "Use Cases"
58+
[[languages.en.index.eighth.architecture]]
59+
name = "Deployed as one-stop-shop application management platform in an organization to support multiple cloud systems including hybrid cloud."
60+
weight = 1
61+
[[languages.en.index.eighth.architecture]]
62+
name = "Cloud management platform (CMP) can use OpenPitrix as a component to manage applications in multi-cloud environment."
63+
weight = 2
64+
[[languages.en.index.eighth.architecture]]
65+
name = "Deployed as application management system in Kubernetes. OpenPitrix is different than Helm, OpenPitrix uses Helm under the hood though. In an organization, people usually want to categorize applications by status such as developing, testing, staging, production; or by departments of their organization, to name a few."
66+
weight = 3
7867
[languages.en.index.footer]
7968
title = "About Pitrix itself"
8069
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."

content/_index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: Home
2+
title: An open-source system to manage applications on multiple clouds
33
---
44

55
[<img src="/logo-small.png" style="max-width:15%;min-width:40px;float:right;" alt="OpenPitrix" />](https://openpitrix.io)
66

77
# OpenPitrix
88

9-
OpenPitrix is an Open-source framework for package, deployment, orchestration and management enterprise applications into multiple cloud environments including QingCloud, AWS, OpenStack, Kubernetes and etc.
9+
OpenPitrix is an open-source system to package, deploy and manage different types of applications including traditional application, microservice application and serverless applications into multiple cloud environment such as AWS, Azure, Kubernetes, QingCloud, OpenStack, VMWare etc.
1010

1111
Pitrix [‘paitriks] means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications.
1212

13+
## Why OpenPitrix?
1314

14-
##Why OpenPitrix?
15-
16-
In the Cloud era, all enterprise applications should be run on different cloud computing platforms, no matter the traditional or the microservice applications. OpenPitrix is born for resolving this problem.
15+
Nowadays cloud computing is widely adopted in enterprise organizations. Furthermore, most of enterprises have multi-cloud strategy for certain reasons. The multiple clouds are usually from different providers, resulting shadow IT becomes a reality again in cloud era. Therefore, how to manage and automate multi-cloud environment becomes an emerging requirement, especially for application management. Moreover, it is challenging to create one stop store that manages different types of applications, including traditional application (or called monolithic application), microservice application, and serverless application which is increasingly hot recently. OpenPitrix is such a platform to solve these problems.
1716

1817
## OpenPitrix Features
1918

layouts/index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ <h2 class="section-title">{{ .subtitle }}</h2>
2525
{{ with .Site.Params.Index.Second }}
2626
<div class="section-content" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="700" data-aos-offset="300" data-aos-anchor="#second">
2727
<h3 class="section-title">{{ .title }}</h3>
28-
<div class="section-desc">
29-
{{ .desc_begin }}
30-
<ul>
31-
{{ range .architecture }}
32-
<li>{{ .name }}</li>
33-
{{ end }}
34-
</ul>
35-
{{ .desc_end }}
36-
</div>
28+
<div class="section-desc">{{ .desc }}</div>
3729
</div>
3830
{{ end }}
3931

@@ -157,7 +149,13 @@ <h3 class="section-title">{{ .title }}</h3>
157149
<div class="section-content">
158150
<h3 class="section-title">{{ .title }}</h3>
159151
<div class="section-case">
160-
152+
<div class="section-desc">
153+
<ul>
154+
{{ range .architecture }}
155+
<li>{{ .name }}</li>
156+
{{ end }}
157+
</ul>
158+
</div>
161159
</div>
162160
</div>
163161
{{ end }}

0 commit comments

Comments
 (0)