Do the following steps on your local machine under your project directory, e.g., ~/Projects/
- Run
git clone git@github.com:prontodev/vagrantpress.git pronto_vagrantpress - Run
cd pronto_vagrantpress - Run
git submodule init - Run
git submodule update - Run
cd wordpress-test/bypronto - Run
git branchto 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
developbranch, rungit checkout develop - If not, run
git checkout -b develop origin/develop
- Go back to the root directory, e.g.,
~/Projects/pronto_vagrantpress - Run
vagrant up. It takes time for only the first time running this command.
define('DB_NAME', 'bypronto');
define('DB_USER', 'root');
define('DB_PASSWORD', '');
define('DB_HOST', 'localhost');