This is a Vagrant project for ColdFusion 10 development.
There are two Vagrantfiles for this project depending on how you are managing your Vagrant environments.
- Vagrantfile.berks - If you are using Berkshelf
- Vagrantfile.librarian - If you are using Librarian-Chef
- Clone this repository to your Vagrant project directory, i.e.
/vagrant/cf10
- Copy
Vagrantfile.librarian
toVagrantfile
- Run
librarian-chef install
in the Vagrant project directory - Download the 32bit Linux ColdFusion 10 installer from Adobe and place it in the Vagrant project directory, i.e.
/vagrant/cf10/ColdFusion_10_WWEJ_linux32.bin
- Run
vagrant up
- Browse to
http://192.168.33.10/CFIDE/administrator
and login with username: admin, password: vagrant
For example:
git clone [email protected]:nmische/vagrant-cf10.git /vagrant/cf10
cd /vagrant/cf10
cp Vagrantfile.librarian Vagrantfile
librarian-chef install
# download installer from adobe.com to current directory
# /vagrant/cf10/ColdFusion_10_WWEJ_linux32.bin
vagrant up
- Clone this repository to your Vagrant project directory,
/vagrant/cf10
- Copy
Vagrantfile.berks
toVagrantfile
- Download the 32bit Linux ColdFusion 10 installer from Adobe and place it in the Vagrant project directory, i.e.
/vagrant/cf10/ColdFusion_10_WWEJ_linux32.bin
- Run
vagrant up
- Browse to
http://192.168.33.10/CFIDE/administrator
and login with username: admin, password: vagrant
For example:
git clone [email protected]:nmische/vagrant-cf10.git /vagrant/cf10
cd /vagrant/cf10
cp Vagrantfile.berks Vagrantfile
# download installer from adobe.com to current directory
# /vagrant/cf10/ColdFusion_10_WWEJ_linux32.bin
vagrant up