Giter Club home page Giter Club logo

wagrant's Introduction

Wagrant

The Wagrant is an Ubuntu/Xenial64 based development environment.

What's installed

  • Ubuntu 16.04 Xenial64
    • Apache
    • MySQL
    • PHP 7
    • Ruby 2.3
    • Node.js 6.x

Getting started

Download latest version from following.

https://github.com/wakayama-hacker/wagrant/releases

Unzip a file and move into the Wagrant directory.

$ cd wagrant

Finally, run vagrant up.

$ vagrant up

See also: https://www.vagrantup.com/docs/getting-started/

Requires

  • VirtualBox 5.1.4 or later
  • Vagrant 1.8.5 or later

Customization

site.yml

Place site.yml into vagrant root directory like following.

hostname: wacker.dev
ip: 192.168.33.10

Ansible

Place provision-post.yml into vagrant root directory like following.

- hosts: all
  tasks:
    - name: Install Ruby gems
      become: yes
      gem:
        name: "{{ item }}"
        state: latest
        user_install: no
        executable: /usr/bin/gem
      with_items:
        - mailcatcher

See also: http://docs.ansible.com/

Shell script

Place provision-post.sh into vagrant root directory like following.

#!/usr/bin/env bash

set -ex

sudo apt-get install nginx

wagrant's People

Contributors

miya0001 avatar tarosay avatar

Stargazers

 avatar Kamata, Ryo avatar

Watchers

 avatar James Cloos avatar  avatar Kamata, Ryo avatar m.okada avatar  avatar

Forkers

tarosay kamataryo

wagrant's Issues

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.