You are here
Hey everyone,
First off I just wanna thank the devs for making such a nice LiveCD as the rails turnkey package. It was very straightforward and has been a pleasure.
I am looking to do a little comparative development so I wanted to add Joomla to my harddrive install of the Rails LiveCD. I downloaded the joomla package and placed its contents into /var/www/joomla and went to webmin to create a new virtual server within the Apache setup. However, even though I created a virtual server that acts on the address /joomla, and looks at the directory /var/www/joomla, I get a 404 whenever I go to 192.168.0.15/joomla (that IP is the server).
Even if I put the joomla contents into /var/www/railsapp/public/joomla, I still cannot access the files from 192.168.0.15/joomla.
What is REALLY strange is that if I go to 192.168.0.15/joomla/index.php, I can download the php file fine. However, it wont run in my browser if I just point to the directory.
I installed PHP5 using webmin, thinking that perhaps there wasn't an interpreter on the machine, but still to no avail. I even changed permissions in the directory to 777 (dangerous, I know).
Any thoughts as to why this might be and how to get it so i can run/install Joomla?
Software appliances are not inteded as general purpose servers
I recommend you setup our Joomla appliance in a separate virtual machine guest. It will be much easier for you to do that then to get Joomla working in the TurnKey Rails appliance.
If you're not familiar with virtualization, check out VirtualBox, the latest version is really easy to setup.
Alright, thanks for the
Because Joomla is so straightforward (see: XAMPP install), I might just install it locally here, or may look into configuring PHP on the Rails app.
EDIT: Wow, getting PHP to run on this is retardedly hard. I installed it with apt-get and everything. Webmin says php5 module is running but phpinfo() doesn't show anything when I make a webpage with only that in it (<?php phpinfo(); ?>) I guess I have to take the lame way out...
I agree with liraz...
But, seeing as you are adamant to get Joomla running on the rails appliance, the easiest way would be to install it from our package repository. This way all dependencies will be installed along with it.
Make sure the universe component is uncommented, update the package cache and install joomla.
Then just point your browser to:
NOTE: You are on your own, we do not support this setup!
Good luck!
Hey, I never said thanks for
I am running xampp on my local machine. bah.
Thanks again for the help, hopefully this post will be a good reference for someone else out there =P
Add new comment