Make sure you've installed this application and it's running on your machine.
Bring up a terminal and type node --version
.
Node should respond with a version at or above 0.10.x.
If you require Node, go to nodejs.org and click on the big green Install button.
Bring up a terminal and type gulp --version
.
If Gulp is installed it should return a version number at or above 3.9.x.
If you need to install/upgrade Gulp, open up a terminal and type in the following:
$ npm install --global gulp
This will install Gulp globally. Depending on your user account, you may need to configure your system to install packages globally without administrative privileges.
Select your operating system from the list, install Ruby, and make sure to add Ruby to your system path.
Next, install the local dependencies UWO WordPress Bundle requires:
$ npm install && gem install scss_lint
That's it! You should now have everything needed to use the UWO WordPress Bundle.
Finally, start the UWO WordPress Bundle with docker-compose up
.
In a separate bash window, there are two main Gulp commands you may run.
-
gulp
- builds the project -
gulp serve
- builds the project, opens the site in your web browser, and starts a watch on yoursrc
folder.
You may log into phpMyAdmin via your web browser at http://localhost:22222
.
Default login credentials are:
Username: root
Password: root
Default login credentials are:
Username: root
Password: root