Skip to content

Provides an emulation environment on your local machine of a UWO WordPress site.

License

Notifications You must be signed in to change notification settings

uwosh/uwo-wordpress-bundle

Repository files navigation

Prerequisites

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.

Local dependencies

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.

Usage

Finally, start the UWO WordPress Bundle with docker-compose up.

In a separate bash window, there are two main Gulp commands you may run.

Using Gulp

  1. gulp - builds the project

  2. gulp serve - builds the project, opens the site in your web browser, and starts a watch on your src folder.

Using phpMyAdmin

You may log into phpMyAdmin via your web browser at http://localhost:22222.

Default login credentials are:

Username: root

Password: root

Logging into WordPress

Default login credentials are:

Username: root

Password: root

About

Provides an emulation environment on your local machine of a UWO WordPress site.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published