Giter Site home page Giter Site logo

simple-vccw-env's Introduction

simple-vccw-env

A simple environment for VCCW.
You can share whole WordPress environment with this data set.

日本語版の説明はこちら

Install

1. Clone VCCW to your root directory.

sudo git clone https://github.com/vccw-team/vccw.git /vccw

2. Clone simple-vccw-env to your projects folder.

git clone https://github.com/littlebirdjp/simple-vccw-env.git ~/prj/simple-vccw-env
cd ~/prj/simple-vccw-env
vagrant up

You can replace /prj/ to any other name.

3. Visit WordPress on the Vagrant in your browser.

Visit http://simple-vccw-env.local/ or http://192.168.33.99/

Usage

If there are any changes in import.sql on remote repository, run the below commands.

vagrant ssh
wp --path=/var/www/wordpress db import /vagrant/import.sql
exit

If you make any changes in WodrPress DB, run the below commands.

vagrant ssh
wp --path=/var/www/wordpress db export /vagrant/import.sql
exit

Customizing

Original variables for the site are written in site.yml.
If you want change original setting, put custom variables in this file.

chef_cookbook_path: /vccw/provision
hostname: simple-vccw-env.local
ip: 192.168.33.99
lang: ja
linked_clone: true

If you want change default setting along with whole sites, Put ~/.vccw~/config.yml and put global variables there.

Customizable variables

See provision/default.yml.

simple-vccw-env's People

Contributors

youthkee avatar

Stargazers

 avatar  avatar Maruyama avatar G Taki@MAX avatar Yuta Kiyama avatar Tohda avatar nagataku avatar Joe Yabuki avatar Danil Valov avatar KeisukeFunatsu avatar

Watchers

 avatar James Cloos avatar

Forkers

yabukism

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.