Skip to content

Commit dd15095

Browse files
committed
docs parts order improved
1 parent 6664cee commit dd15095

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[4]: https://img.shields.io/github/license/dopos/dcape.svg
1818
[5]: LICENSE
1919

20-
[Dcape](https://github.com/dopos/dcape) is a set of files for [make](https://www.gnu.org/software/make/) and [docker-compose](https://docs.docker.com/compose/), designed to solve the following tasks:
20+
[Dcape](https://github.com/dopos/dcape) is a tool which helps to create environments for [docker](https://www.docker.com/)-applications deployment using [GitOps](https://www.gitops.tech/) technology. **Dcape** based on [make](https://www.gnu.org/software/make/) and [docker-compose](https://docs.docker.com/compose/) and intended to solve the following tasks:
2121

2222
* using `make up` run applications which needs
2323
* **shared port** (ex. 80)
@@ -40,6 +40,16 @@ For solving of above-mentioned tasks **dcape** uses docker-images of the followi
4040
* **wildcard-domains** - [powerdns](https://www.powerdns.com/)
4141
* **manage docker objects** - [portainer](https://portainer.io/)
4242

43+
## Documentation
44+
45+
See [dopos.github.io/dcape](https://dopos.github.io/en/dcape)
46+
47+
## Dependensies
48+
49+
* [linux](https://ubuntu.com/download)
50+
* [docker](https://docs.docker.com/engine/install/ubuntu/)
51+
* `sudo apt -y install git make sed curl jq`
52+
4353
## Usage examples
4454

4555
### Deploy app local
@@ -105,15 +115,6 @@ Creating dcape_enfist_1 ... done
105115

106116
That's all - server `srv1.domain.tld` ready for apps deployment, used **dcape** applications are accessible via `https://srv1.domain.tld`.
107117

108-
## Dependensies
109-
110-
* [linux](https://ubuntu.com/download)
111-
* [docker](https://docs.docker.com/engine/install/ubuntu/)
112-
* `sudo apt -y install git make sed curl jq`
113-
114-
## Documentation
115-
116-
See [dopos.github.io/dcape](https://dopos.github.io/en/dcape)
117118

118119
## License
119120

README.ru.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[4]: https://img.shields.io/github/license/dopos/dcape.svg
1919
[5]: LICENSE
2020

21-
[Dcape](https://github.com/dopos/dcape) - это комплект файлов для [make](https://www.gnu.org/software/make/) и [docker-compose](https://docs.docker.com/compose/), предназначенный для решения следующих задач:
21+
[Dcape](https://github.com/dopos/dcape) - это инструмент создания окружения (среды) для развёртывания [docker](https://www.docker.com/)-приложений по технологии [GitOps](https://www.gitops.tech/), который с помощью [make](https://www.gnu.org/software/make/) и [docker-compose](https://docs.docker.com/compose/), позволяет решить следующие задачи:
2222

2323
* командами `make up` запускать приложения, использующие
2424
* **общий порт** (например 80)
@@ -41,6 +41,16 @@
4141
* **wildcard-домены** - [powerdns](https://www.powerdns.com/)
4242
* **управлять инфраструктурой docker** - [portainer](https://portainer.io/)
4343

44+
## Документация
45+
46+
См. [dopos.github.io/dcape](https://dopos.github.io/dcape)
47+
48+
## Зависимости
49+
50+
* [linux](https://ubuntu.com/download)
51+
* [docker](https://docs.docker.com/engine/install/ubuntu/)
52+
* `sudo apt -y install git make sed curl jq`
53+
4454
## Примеры использования
4555

4656
### Запуск приложения локально
@@ -106,16 +116,6 @@ Creating dcape_enfist_1 ... done
106116

107117
Все готово - сервер `srv1.domain.tld` готов к деплою приложений, интерфейсы приложений **dcape** доступны по адресу `https://srv1.domain.tld`.
108118

109-
## Зависимости
110-
111-
* [linux](https://ubuntu.com/download)
112-
* [docker](https://docs.docker.com/engine/install/ubuntu/)
113-
* `sudo apt -y install git make sed curl jq`
114-
115-
## Документация
116-
117-
См. [dopos.github.io/dcape](https://dopos.github.io/dcape)
118-
119119
## Лицензия
120120

121121
The MIT License (MIT), see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)