Installing/VMwareImage
From FusionForge Wiki
You can download a precreated VMWare image (version: 5.1).
Please note that the archive is compressed using 7z, see 7-zip for more.
Root password is : fusionforge
Once logged as root, get the ip address of the machine with the following command:
ifconfig eth0
The IP address is displayed next to the inet adr: field.
Then, edit your /etc/hosts file to add forge.local with the IP (example with IP 192.168.0.51)
192.168.0.51 forge.local
You can then point your browser to http://forge.local/
The FusionForge admin account is: admin (and password: admin).
Note: There is a bug in the lastest image, apache is not working. Run the following command as root to fix it:
/etc/init.d/httpd start chkconfig httpd on
See also : Virtual machine development environment
Back to FusionForge


