Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ SPARCpress Public archive
forked from harrisonde/SPARCpress

Va​grant and WordPress Pro​visioning Bash Scripts

Notifications You must be signed in to change notification settings

bradleykal/SPARCpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARCpress

Va​grant and WordPress Pro​visioning Bash Scripts

Automagic Install

1. Open Terminal and cd the SPARCpress directory
2. Start the virtual machine 
	1. Vagrant up
3. SSH 
	1. Vagrant ssh
4. Deploy
	1. cd /vagrant && bash helpers/deploy.sh
5. Open your favorite flavor of web browser and navigate to 10.0.0.10
6. Complete the WordPress famous 5 minute install		

Vagrant and Virtualbox are required ahead of the automagic install!

SPARCpress ships with a loose WordPress configuration. If you plan to use SPARCpress outside a development environment you must tighten the configuration. The configuration settings are found in gruntfile.js

###Helpful Vagrant Commands 1. Start a Vagrant box 1. vagrant up 2. Stop a Vagrant box 1. vagrant halt 2. Remove a Vagrant box 1.Vagrant destroy More Vagrant goodness...

About

Va​grant and WordPress Pro​visioning Bash Scripts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.5%
  • Shell 16.5%