ColdFusion 9 is now officially supported on Ubuntu 9.04 I think this is great news. For a while we knew that it did work really easily on Ubuntu and Debain but it's now good to know its officially supported. You can see Adobes ColdFusion 9 Requirements here
Ubuntu is great but for some simple testing is can be quite heavy. If you have been thinking about trying ColdFusion 9 on Linux I might recommend Debian. I like the Debian net install because it's a minimal install of a basic system. The download is ~150meg and installs lean and quickly.
I used VMware EXSi on an old spare PC but Virtualbox, VMware server or Parallels will also work if you don't have a spare machine. Create a new Virtual machine and allocate 512mb ram. For testing and trying the new features this will be totally fine to run the slim Operating system and ColdFusion 9 even mySQL. When you start configuring your virtual machine make sure the network is set to "Bridged" so its connected directly to the physical network so it gets a real IP address from your DHCP server or router.
After the install there are a few commands and updates I usually run:
#Update the apt repository's
apt-get update
#insall some additions to VI ( simple text editor ) that make is more
#usable on Debian
apt-get install vim-nox
#install a ssh server so we can connect over putty and over sftp with ColdFusion #builder
apt-get install ssh
#you may wish to install apache even if you don't its impressive how easy it is
#with apt
apt-get install apache2
Run ifconfig ( if not ip as in windows ) to find the ipaddress ( presuming you selected dhcp )
At this point I drop out of a direct console session and continue the install with putty.
Download the linux .bin file ( 64 or 32 bit depending on the edition of debian you choose )
Use scp to move the file across. As my main machine is currently running Windows 7 I use CoreFTP which has scp support. You can just drop the .bin file to the root home directory.
Start up putty and ssh to the ip of the VM and log in.
The rest of the install I made a short screen capture pausing out the delays.
Once ColdFusion is installed and started you can test it out. In this short screencast I complete the install and log into the ColdFusion admin and setup a connection over SFTP in ColdFusion Builder create a test file and make sure CF9 is working.
This is a simple testing environment so I paid no attention to security and simply logged in as root. This is a simple demonstration how in less then half an hour you can have a slim OS running ColdFusion 9 in linux and edit your files from ColdFusion Builder. This example also uses the inbuilt ColdFusion webserver rather then connecting to apache which is also an option as part of the CF9 install.
If side bar is cutting off part of the screencast here is a direct link:
Added an entry on installing mySQL here:
Subscribe to:
Post Comments (Atom)
Categories-
- Actionscript (5)
- Adobe (8)
- AIR (3)
- Apple (2)
- BlackBerry (1)
- CFML (59)
- ColdFusion (84)
- ColdFusion 8 (12)
- ColdFusion 9 (28)
- Database (2)
- Flash (11)
- Flash 10 (6)
- FlashBuilder (4)
- Flex (31)
- Internet Explorer (1)
- iPhone (4)
- Java (8)
- jQuery (1)
- Linux (8)
- Microsoft (5)
- Open Blue Dragon (10)
- Open Source (11)
- Operating Systems (3)
- PHP (1)
- Railo (24)
- SQL (3)
- SVN (2)
- Twitter (2)
- VPS (1)
- Windows (5)

Blog Archive
-
►
2010
(38)
-
►
August
(9)
- ColdFusion and cfquerynew and date times - timesta...
- ColdFusion Lists, SQL IN and cfqueryparam
- iPhone and Flash - Sucess
- ColdFusion jrun and the JVM
- ColdFusion and CFReport
- jQuery or EXTjs
- iPhone 3Gs and Flash player
- Easy way to embed ColdFusion code into your blog
- Flex and the MATE framework in Melbourne
-
►
August
(9)
-
▼
2009
(89)
-
►
December
(17)
- ColdFusion 9 and the local scope continued
- Is this an issue with the local scope in ColdFusio...
- Are you using ColdFusion 9's ORM?
- Want more performance from a default Railo install...
- WizzyWig the comic and snow
- Linux Start and Stop scripts for Ventrilo - Ubuntu...
- ColdFusion Builder Beta 3 - Any one seen this?
- Streaming AMF channel with ColdFusion 9 and BlazeD...
- Forwarding or masking your domain with GoDaddy
- Cheap ColdFusion hosting
- Should I get an iPhone?
- Full Screen Flex
-
▼
July
(9)
- Installing ColdFusion 8 & 9 on Vista and Windows 7...
- CFMail in script with ColdFusion 9
- ColdFusion 9 and the ORM a simple example.
- ColdFusion 9, Linux, Debian and Vmware - It's Easy...
- ColdFusion 9 and my favorite improvement!
- ColdFusion builder introspects implicit getters an...
- Have you been wanting to try Railo or OpenBD?
- ColdFusion 8, 9 and Railo Object creation speed te...
- IPtables for your ColdFusion/Railo VPS
-
►
December
(17)
Reccomended:
- TweetTrail
- Load Cell
- MyTouch Cases
- View Prom Hairstyles
- Cell Phone Accessories
- business operating agreement
- learn how to recycle electronics



4 comments:
Will ColdFusion run on less ram say 256?
Yes it should work with 256 ram but it will swap alot. If you can afford to give the VM 512 or more I suggest it.
every time i run the installer i keep getting this
exec: 2470: /tmp/install.dir.8988/Linux/resource/jre/bin/java: not found
any thoughts as what could be going on? I've been unable to get any help.
thanks.
are you running as root?
try sudo ./coldfusoin.bin
Post a Comment