Giter VIP home page Giter VIP logo

aiden-liu413 / flyfish Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudwise-opensource/flyfish

0.0 0.0 0.0 146.41 MB

FlyFish

License: GNU General Public License v3.0

Dockerfile 0.01% Shell 0.16% JavaScript 87.58% CSS 7.03% TypeScript 0.42% HTML 0.02% C++ 0.82% C 3.71% Python 0.08% Makefile 0.10% CoffeeScript 0.01% PowerShell 0.01% Batchfile 0.01% CMake 0.01% C# 0.01% M4 0.06% Roff 0.01% SCSS 0.01% Less 0.01%

flyfish's Introduction

Solution-Platform-Server

一句话了解我

通过简易的方式快速创建数据模型,通过拖拉拽的形式,快速生成一套解决方案。

背景知识

历史培训

相关培训

安装

分支说明

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

【说明: [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

6、使用

浏览器访问: http://127.0.0.1:8364

服务器管理

docker exec -it flyfish /bin/bash

升级

1、更新代码

git checkout master
git pull

2、更新容器

重复【安装】步骤

flyfish's People

Contributors

aiwhj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.