README.md 961 字节
Newer Older
T
TommyLike 已提交
1
# infrastructure2222
F
freesky-edward 已提交
2

F
freesky-edward 已提交
3
### Brief Introduction
F
freesky-edward 已提交
4

5
This repository houses the scripts for community infrastructure, you are welcome to join us. any contribution will be appreciated.
F
freesky-edward 已提交
6

F
freesky-edward 已提交
7
### Structure
8
```
F
freesky-edward 已提交
9 10 11 12 13
|__environment --house the scripts of basic infrastructure. 
|__mail        --house the scripts of mail list system
|__website     --house the scripts of CD system
|__docs        --house the design docs
|__assets      --house the basic assets. e.g. images.
14 15 16 17
```


Currently, all systems are running in huaweicloud CCE engine as container, we appreciate anyone who is will to contribute your infrastructure resource into our community. thanks.
F
freesky-edward 已提交
18

19
### Mail
F
freesky-edward 已提交
20

21 22
Our mail list system is based on (Mailman + Exim4 + Postgres), thanks to [maxking](https://github.com/maxking/docker-mailman)
and [inifum](https://github.com/infinum/exim4-docker), our most of the docker files are built on their version.
F
freesky-edward 已提交
23

F
freesky-edward 已提交
24
### License
F
freesky-edward 已提交
25

F
freesky-edward 已提交
26
Now all codes are under apache v2.0 license.
F
freesky-edward 已提交
27

F
freesky-edward 已提交
28
### Reference