GithubHelp home page GithubHelp logo

dynaman / eccube-specification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ec-cube/eccube-specification

0.0 0.0 0.0 26.17 MB

EC-CUBEのER図・テーブル定義管理用などドキュメントファイルのリポジトリです。

HTML 75.96% JavaScript 21.13% CSS 2.91%

eccube-specification's Introduction

eccube-specification

EC-CUBE開発用のドキュメントリポジトリです。

現在提供されているもの

  • 機能一覧
  • ER図/テーブル定義書
  • 結合試験項目書
  • 負荷試験項目書

ER図の出力手順

schemaspyを利用して出力しています。

// ec-cubeの起動
$ git clone https://github.com/EC-CUBE/ec-cube.git
$ cd ec-cube
$ docker-compose -f docker-compose.yml -f docker-compose.pgsql.yml up -d
$ docker-compose -f docker-compose.yml -f docker-compose.pgsql.yml exec ec-cube composer run-script compile

// schemaspyで出力
$ docker run -v "$PWD/schema:/output" --net="host" schemaspy/schemaspy:6.1.0 -t pgsql -host 127.0.0.1:15432 -db eccubedb -u dbuser -p secret -connprops useSSL\\=false -all

eccube-specification's People

Contributors

okazy avatar ryo-endo avatar chihiro-adachi avatar hiro-t59 avatar nanasess avatar kiy0taka avatar geany-y avatar toannguyen-lockon avatar junpeko5 avatar t-nagahashi avatar k-yamamura avatar lqdung-lockon avatar nobuhiko 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.