Skip to content

A vagrant project to provision a basic Adobe ColdFusion 10 server.

Notifications You must be signed in to change notification settings

nmische/vagrant-cf10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColdFusion 10 Vagrant Environment

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.

Using with Librarian

  1. Clone this repository to your Vagrant project directory, i.e. /vagrant/cf10
  2. Copy Vagrantfile.librarian to Vagrantfile
  3. Run librarian-chef install in the Vagrant project directory
  4. 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
  5. Run vagrant up
  6. 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

Using with Berkshelf

  1. Clone this repository to your Vagrant project directory, /vagrant/cf10
  2. Copy Vagrantfile.berks to Vagrantfile
  3. 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
  4. Run vagrant up
  5. 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

About

A vagrant project to provision a basic Adobe ColdFusion 10 server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published