Authored by Shane Smith
- Add
192.168.56.183 nisi.dev www.nisi.dev
to your/etc/hosts
file - From the repository root:
cp public/wp-config.dist.php public/wp-config.php
cp public/.htaccess.dist public/.htaccess
cd build
npm install
- This may take a few minutes to process... go grab a coffeebower install
gulp
- This will setup a watch task for the scripts and styles. You can CTRL-C out of this after it processes if you're not making changes. Otherwise open a new tab for the rest of the commands.cd ../vagrant
vagrant up
- This may take a few minutes to process... drink some of that coffee you grabbed earliervagrant ssh
- Following commands are from the vagrant ssh root:
cd /var/www
composer install
- Visit
nisi.dev
in your browser