Skip to content

wpi-pw/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant WordOps for modern WordPress development via WPI

WPI Cloud - WordOps - Vagrant - VagrantCloud - Parallels

A LEMP stack with WordOps, Ubuntu 16.04/18.04, vagrant, nginx, apache, php-5-7.4, php-fpm, MariaDB, git, composer, wp-cli and more.

Run WPI Cloud vagrant init

$ curl -sL wpi.pw/wpi > wpi && bash wpi vagrant

Example for generated config

ip: "192.168.13.100"
memory: 1024
cpus: 1
hostname: wpi-box
provider: parallels
wpi_email: [email protected] # for git and wo notification
wpi_user: test # for git and wo notification
vm_box: wpi/box
id_rsa: ~/.ssh/id_rsa
id_rsa_pub: ~/.ssh/id_rsa.pub

apps:
- host: wpi.test
  status: created
  git:
    scm: github # github, bitbucket
    repo: wpi-pw/app # username/repo-name
    branch: master
  php: php73 # php72
  public_path: htdocs/web # it works only during creation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published