Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pluosi/app-host
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyc-z committed Dec 28, 2017
2 parents 7b5ca87 + 7e80a15 commit fc7eda4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
## 介绍
一个轻量级的包托管网站,app-host 主要用于 iOS 和 Android 的包管理,作用类似于fir.im,不同之处是可以自由部署在内网,方便了公司项目保密。并且代码开源也可以方便根据各自需求进行定制化开发。

## Usage

## 目前能实现
1.新建包<br>
2.包底下新建渠道( iOS,安卓,各种环境都归为渠道,例如 iOS 生产,iOS 沙盒,iOS 越狱版,Android 生产等)<br>
3.渠道下面上传包<br>
4.帐号和权限管理<br>
5.api 和页面表单上传包<br>
6.解析包信息,包括 iOS 的包类型 ADHOC 还是 release,udid,安卓的签名证书等<br>
7.我编不下去了···哈哈~~<br>

## 用法
1. 改名 settings.local.example.yml 为 config/settings.local.yml
2. 修改 config/settings.local.yml 中 `PROTOCOL``HOST` ,本地测试PROTOCOL可以为 http,生产环境必须设置为https,因为 iOS OTA 安装需要
3. bundle install
Expand Down Expand Up @@ -35,4 +45,4 @@ AppHost is released under the MIT license. See LICENSE for details.
![MacDown logo](screenshots/pkg_mobile.png)




0 comments on commit fc7eda4

Please sign in to comment.