• support[@]kurinchilion.com
  • +1 (888) 666-4252

How to write a simple calculator plugin in WordPress?

Oct 17, 2023 - by kurinchilamp / / Post Comment
In this short tutorial, we will learn to how to create a simple WordPress plugin step by step and to have the plugin activated from the WordPress dashboard. Important names are highlighted to help ease the tutorial navigation. (more…)
Continue Reading

Set up a WordPress and phpMyAdmin environment using Vagrant

Sep 17, 2023 - by kurinchilamp / / Post Comment
To set up a WordPress and phpMyAdmin environment using Vagrant, follow these steps: Install Vagrant: Download and install Vagrant from the official website (https://www.vagrantup.com/). Make sure to also install the required virtualization software, such as VirtualBox or VMware. Choose a Vagrant Box: Select a Vagrant box that suits your needs. For example, you can use the "bento/ubuntu-20.04" box, which provides an Ubuntu 20.04 base image. Initialize your Vagrant project by running the following command in your project directory: (more…)
Continue Reading

How to setup virtual host file configuration for local WordPress setup on XAMPP?

May 17, 2023 - by kurinchilamp / / Post Comment
To set up a virtual host configuration for a local WordPress setup on XAMPP, follow these steps: Open the Apache configuration file: Navigate to the XAMPP installation directory and locate the httpd.conf file. It is typically found in the apache\conf subdirectory. Open the file in a text editor. Uncomment the virtual hosts include: In the httpd.conf file, search for the line that includes the httpd-vhosts.conf file. It will look like this: (more…)
Continue Reading

How to setup WordPress on Windows XAMPP?

May 17, 2023 - by kurinchilamp / / Post Comment
To set up WordPress on Windows using XAMPP, follow these steps: Download XAMPP: Go to the Apache Friends website (https://www.apachefriends.org/) and download the XAMPP installer for Windows. Install XAMPP: Run the downloaded XAMPP installer and follow the installation wizard to install XAMPP on your Windows machine. Choose the components you want to install, such as Apache, MySQL, and PHP. Keep the default installation directory. (more…)
Continue Reading

How to setup WordPress in ubuntu virtual box using Vagrant?

May 11, 2023 - by kurinchilamp / / Post Comment
To set up WordPress in an Ubuntu virtual machine using Vagrant, you can follow these steps:
  1. Install VirtualBox: Download and install Oracle VirtualBox from the official website (https://www.virtualbox.org/) for your host operating system.
  2. Install Vagrant: Download and install Vagrant from the official website (https://www.vagrantup.com/) for your host operating system.
  3. Create a new directory: Create a new directory where you want to set up your Vagrant project.
  4. Initialize Vagrant: Open a terminal or command prompt and navigate to the project directory.
  5. Run vagrant init hashicorp/bionic64 to initialize vagrant.  This command initializes a new Vagrant project with an Ubuntu 18.04 LTS (Bionic Beaver) base box.
  6. Edit Vagrantfile: Open the Vagrantfile generated in the project directory using a text editor. Modify it to include the following configuration. An example Vagrant file that can be used to set up a WordPress environment in an Ubuntu virtual machine using VirtualBox as the provider:
(more…)
Continue Reading

Bash Script: Single server multiple wordpress application setup

Mar 22, 2022 - by kurinchilamp / Linux Server / Post Comment
A simple bash script to download latest wordpress version and update the needed client wordpress folders with it. Idea is to execute the shell script along with the name of the client destination folder so that the wordpress files could be copied over the destination folder. (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.