Skip to content

shin1x1/Phagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phagrant

Usage

configuration

$ vim Phagrant.php
<?php
return [
  'provider' => [
    'box' => 'centos64_ja', // <--- vagrant add した box ファイル
    'modifyvm' => [
      ['--name' => 'phpmatsuri'],
      ['--memory' => '1024'],
    ],
  ]
];

up

$ php phagrant.php

ssh

$ php phagrant.php ssh

destory

$ php phagrant.php destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages