Skip to content

prontodev/vagrantpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VagrantPress for Pronto R&D Team

Getting Started

Do the following steps on your local machine under your project directory, e.g., ~/Projects/

  1. Run git clone [email protected]:prontodev/vagrantpress.git pronto_vagrantpress
  2. Run cd pronto_vagrantpress
  3. Run git submodule init
  4. Run git submodule update
  5. Run cd wordpress-test/bypronto
  6. Run git branch to show the branch list. By default, you won't be in any branch, you are just pointed to a particular commit of the submodule's repository.
  • If you see the develop branch, run git checkout develop
  • If not, run git checkout -b develop origin/develop
  1. Go back to the root directory, e.g., ~/Projects/pronto_vagrantpress
  2. Run vagrant up. It takes time for only the first time running this command.

WordPress Configuration for Bypronto

define('DB_NAME', 'bypronto');
define('DB_USER', 'root');
define('DB_PASSWORD', '');
define('DB_HOST', 'localhost');

Useful Links

About

VagrantPress for Pronto R&D Team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published