Vagrant for Bludit Flat File CMS
The goal of this project is to create a quick virtual machine setup with a Bludit installation for testing and development purposes. The following technologies are automatically installed for you.
- Ubuntu Bionic (18.04)
- Apache
- PHP
- Bludit (Latest Version)
- Install Vagrant
- Install Virtual Box
- Find a directory on your computer where you'd like to install this repo
- Run
git clone https://github.com/jeremehancock/Bludit-Vagrant.git - Run
cd Bludit-Vagrant - Run
vagrant up
- Make sure the vagrant process is completed and your virtual machine is ready
- Point your web browser to http://localhost:8080 to view your Bludit site
- Follow the steps to complete the Bludit installation
- If you'd like to login into your virtual machine -
vagrant ssh - Bludit files are located in
localhost/www/html/bluditon your local machine and are syncronized with/var/www/html/bluditon your virtual machine
- If vagrant is already up -
vagrant provision - If vagrant has been halted -
vagrant up --provision
- If you are ready to delete your Bludit virtual machine from your local machine -
vagrant destroy -f
All code is provided as-is without any warranty. Use at your own risk.