Giter Site home page Giter Site logo

eccube-vagrant's Introduction

概要

EC-CUBE3の開発に利用することを想定したVagrantです。

CentOS 6.7(32bit)仮想マシンをセットアップします。 EC-CUBE3のディレクトリを仮想マシンからマウントするため、ホスト側で好きなエディタで開発が可能です。

必要なソフトウェア

必要なVagrant Plugin

  • vagrant-omnibus
> vagrant plugin install vagrant-omnibus
  • vagrant-cachier(推奨)
> vagrant plugin install vagrant-cachier 

利用環境

  • Mac OS X 10.9.5 - VirtualBox 4.2.26 & Vagrant 1.6.5 & Git 1.9.3
  • Mac OS X 10.10.2 - VirtualBox 4.3.26 & Vagrant 1.7.2 & Git 1.9.5
  • Windows 7 - VirtualBox 5.0.8 & Vagrant 1.7.4 & Git 2.6.2

この環境に含まれるもの

  • PHP 5.6.14
  • Apache 2.2
    • /ec-cubeをドキュメントルートに設定
  • MySQL Client
  • MySQL Server 5.1.73
    • データベース 未作成
  • Postgresql Server 8.4.20
    • データベース cube3_dev
  • Postgresql Client
  • git 1.7.1

セットアップ方法とディレクトリ構成

このリポジトリをEC-CUBEのプロジェクトに追加します:

$ git submodule add [email protected]:EC-CUBE/eccube-vagrant.git ./vagrant
$ cd vagrant
$ vagrant up

ディレクトリ構成は以下のようになります:

ec-cube/
├── html/
├── src/
├── app/
~~~~~~
└── vagrant/

vagrant起動

$ cd ec-cube/vagrant
$ vagrant up

ec-cubeインストール

$ vagrant ssh
$ cd /ec-cube
$ ./eccube_install.sh pgsql

プロジェクトへのアクセス方法

Thanks to

eccube-vagrant's People

Contributors

nanasess avatar yangsin avatar tamagoya avatar

Watchers

James Cloos avatar Masaki Wakatake 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.