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

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

Setup and manage multiple virtual machines with Vagrant

Apr 10, 2023 - by kurinchilamp / / Post Comment
Vagrant is an open-source tool that helps in creating and managing portable development environments. It provides a simple and consistent workflow to set up and manage virtual machines (VMs) with various configurations. Here are some benefits of using Vagrant: (more…)
Continue Reading

MacOS: Setup latest java version with different JDK version using Homebrew

Dec 05, 2022 - by kurinchilamp / Linux Server / Post Comment
Homebrew installs java at /usr/local/Cellar/openjdk/. There may be a requirement where you may need to run multiple version of java on the same MacOS. It involves few steps that we need to follow to setup and configure the needed version on our machines. (more…)
Continue Reading

Virtual World: with VMWare Player

Dec 05, 2009 - by kurinchilamp / Linux Server / Post Comment
VMWare Player is a free software available from VMWare Inc. enabling the creation of guest OS within an existing OS Notes for a beginner ... * VMWare Player and VMWare Server are available for free * A .vmdk file is the virtual hard drive for the guest OS * A .nvram file stores the BIOS settings of the virtual machine * A .vmx file stores the configuration settings for the virtual machine. All you need is a text editor to edit the VMWare configuration settings. * A .vmsd file stores information about VMWare snapshots. (more…)
Continue Reading

TECHNOLOGY DEV STACK

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