2010/05/14

MARC stands for MySQL, Apache, Railo, and ColdFusion On Wheels

Installed in my attemt at a virtual machine for Wheels developers. The developer should be able to use Wheels without any setup/configuration except for the database. Fire up Eclipse and Firefox and start coding.

--- What is installed? ---

The os is Ubuntu Server Edition JeOS 10.04 with slight modifications. http://www.ubuntu.com/products/whatisubuntu/serveredition/jeos

The web server is Apache 2.2.

http://www.apache.org

The application server is Resin 3.1.9.

http://www.caucho.com

The CFML engine is Railo 3.1.2.001.

http://www.getrailo.com

The database server is MySQL 5.0.

http://www.mysql.com

The ColdFusion framework is Wheels 1.4

http://www.cfwheels.org

The integrated development enviroment (IDE) is Eclipse 3.5 SDK.

http://www.eclipse.org

CFEclipse 3.5 SDK.

http://www.eclipse.org

Not Mentioned But Important

There is other software installed.

--- Licenses ---

This virtual machine instance is released under GNU GPL License v3 (GPL).

http://www.gnu.org/licenses/gpl.html

This vmi license doesn't supercede any individual software of VirtualBox's licenses.

Modifications are ENCOURAGED TO BE PUBLISHED that do not violate any installed software

licenses.

--- User/Password ---

User Name: wheels

Password: wheels

Root password: wheels

MySQL Root password: wheels

--- File Location ---

Web Root: /var/wheels/www

Eclipse Workspace: /home/wheels/workspace

Eclipse Home: /usr/lib/eclipse --- Created By ---

Mike Henke

http://www.henke.ws

--- Modified By ---

--- Help ---

restart resin

sudo /etc/init.d/resin restart

restart apache

sudo /etc/init.d/apache2 restart

vim ip address

ifconfig | grep -2 inet

---created shared folder ---

Create Shared Folder (Devices --> Shared Folders) on VB's menu

mkdir /tmp/mnt

mount -t vboxsf install /tmp/mnt

sudo mount -t vboxsf TempFiles /tmp/mnt