1

GitHub - CloudWise-OpenSource/FlyFish: FlyFish

 2 years ago
source link: https://github.com/CloudWise-OpenSource/FlyFish
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Solution-Platform-Server

一句话了解我

飞鱼(FlyFish)是一个数据可视化编码平台。通过简易的方式快速创建数据模型,通过拖拉拽的形式,快速生成一套数据可视化解决方案。

(说明主分支、开发分支或其他分支作用)

【说明: [xxx: 具体功能描述] eg: feature_refactor_config】

分支 说明 master 主分支 dev 测试分支

(描述依赖项,及其安装/配置方式)

环境 说明 node >= 8.9.3 redis >= 4.0.8 mysql >= 5.6.38

描述依赖项,及其安装/配置方式)

环境 说明 node >= 8.9.3 redis >= 4.0.8 mysql >= 5.6.38

1、进入项目目录

cd flyfish

2、修改mysql、redis配置文件ip【如本地部署无需修改】

vim src/common/config/adapter.js

3、修改code-server配置文件ip【如本地部署无需修改】

vim code-server/linux/out/browser/pages/vscode.browserified.js

4、build dockerfile

docker build -t flyfish .

5、run docker

docker run -itd --name flyfish -p 8364:8364 -p 3306:3306 -p 6379:6379 -p 8081:8081 flyfish
浏览器访问: http://127.0.0.1:8364

服务器管理

docker exec -it flyfish /bin/bash

1、更新代码

git checkout master
git pull

2、更新容器

重复【安装】步骤
获取更多关于FlyFish的技术资料,或加入FlyFish开发者交流群,可扫描下方二维码咨询。

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK