fis-cloud-app-repos - lights资源聚合平台应用


未知
跨平台
JavaScript

软件简介

fis-cloud-app-repos是lights包管理工具对应的服务端。

功能

  • 默认集合在fis-cloud云平台上

  • 与lights包管理工具交互,实现资源的存储查询等操作

  • 提供资源聚合网站,展示资源信息

  • 此平台已经开源,直接访问lights

[](https://github.com/fex-team/fis-cloud-app-

repos#%E4%BD%BF%E7%94%A8%E5%BC%80%E6%BA%90)使用开源

  • 下载lights命令行客户端

    npm install lights -g
        lights -h //查看lights命令行帮助
        lights install pc-demo //从服务端下载demo到本地

  • 访问lights网站

[](https://github.com/fex-team/fis-cloud-app-

repos#%E6%90%AD%E5%BB%BA%E7%A7%81%E6%9C%89fis-cloud)搭建私有fis-cloud

  • 需要安装mongodb数据库

  • 安装fis-cloud

    npm install fis-cloud 
        cd fis-cloud/doc
        sh mongoStart.sh //启动数据库
        sh cloudStart.sh //启动fis-cloud

浏览器访问:http://localhost:8889/repos/component

[](https://github.com/fex-team/fis-cloud-app-

repos#%E8%AF%A6%E7%BB%86%E6%90%AD%E5%BB%BA%E6%96%87%E6%A1%A3)详细搭建文档