Blog

How to get a Ruby Debug Environment working in Windows with Visual Studio Code

Install Ruby+Devkit from rubyinstaller.org/downloads Install Visual Studio Code at code.visualstudio.com Navigate in PowerShell to the directory you have your Ruby project folder in and run gem install ruby-debug-ide. Open Visual Studio Code and install the Ruby plugin by Peng Lv. Once you have opened your project folder in Visual Studio Code, open one of your… Continue reading How to get a Ruby Debug Environment working in Windows with Visual Studio Code

Blog

How to create a local test environment of a WordPress website using the Duplicator plugin and XAMPP

Step 1: Create your site backup using Duplicator. Follow step two at this website. Step 2: Import your WordPress site to your local computer. Create a folder for your WordPress site under C:\xampp\htdocs. I called mine mywordpresstest. Step 3: Create a database on your local computer. Step 4: Start the duplicator migration process In your… Continue reading How to create a local test environment of a WordPress website using the Duplicator plugin and XAMPP