Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyxuehu authored Jan 18, 2019
1 parent d58896a commit db4670a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Rainloop:webmail

### 安装环境

centos6/7系统,服务器需要干净环境,最好是全新安装的系统。
centos6/7 64位系统,服务器需要干净环境,最好是全新安装的系统。

最低配置要求

Expand All @@ -63,7 +63,7 @@ CPU:1核

安装前需要swap缓存,请务必先检查swap是否已经启动。

### 手动安装
### 手动安装(centos6)

下载并重新命名为ewomail.zip

Expand All @@ -76,6 +76,18 @@ cd EwoMail/install
sh ./start.sh ewomail.cn
```

### centos7

```
yum -y install git
cd /root
git clone https://github.com/gyxuehu/EwoMail.git
cd /root/EwoMail/install
#需要输入一个邮箱域名,不需要前缀,列如下面的ewomail.cn
sh ./start.sh ewomail.cn
```


### 文档教程

在线安装、配置等等的更多详细教程请查看
Expand Down Expand Up @@ -111,4 +123,4 @@ EwoMail-Admin集成了前端框架、后台敏捷开发框架,利用这些框

### 安装或使用过程遇到问题

http://www.ewomail.com/show-19-70-1.html
http://www.ewomail.com/show-19-70-1.html

0 comments on commit db4670a

Please sign in to comment.