Joomla 1.5 is already Release Candidate 2, it is pretty much finished, so I would not hesitate using it on a production server.
----------------------------
-Quoting judgej-
just copy the Joomla files into an iBay and install from there
-----------------------------
That is exactly what I did, I am not aware of any other way of doing it.
And yes, it works great until I do SME updates, and than I loose many Joomla functionalities.
Try This but remember the security issue. Maybe you can see what needs to be done to stop the issue of updates undoing what you did.
Create database:
===========
Login as root and type 'mysql'. At the mysql promt:
Code:
CREATE DATABASE yourdatabasename;
GRANT ALL PRIVILEGES ON yourdatabasename.* TO yourdatabasename@localhost IDENTIFIED BY 'yourpassword';
FLUSH PRIVILEGES;
quit
(choose your own name for "yourdatabasename" and "yourpassword")
Create ibay:
========
Create a new ibay or use Primary
Go to the "html" directory of your ibay and delete the file "index.htm".
Make the "PHP session save-path" writable:
=========================
Code:
/sbin/e-smith/db accounts setprop youribayname PHPBaseDir /home/e-smith/files/ibays/youribayname/:/tmp
/sbin/e-smith/signal-event ibay-modify youribayname
(change "youribayname")
Get the software:
===========
Get the latest version from the Joomla! site:
http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_11/frs6655?dl=1or whatever version you wish. I suggest the latest stable version.
Unpack the file with:
Code:
tar -zxvf Joomla_1.0.11-Stable-Full_Package.tar.gz
and copy the directories and files to the "html" directory of your ibay.
Start Joomla!
=========
In your browser type:
Code:
http://your.domain.name/youribaynameFollow the instructions of the install-program.
The install-program will tell you which directories you have to make writable.
In your ibay's html-directory you can make them writable with:
Code:
chmod -R 777 mambots modules ...........
(I don't remember exactly which directories you have to make writable but the install program will tell you)
You can get your language files from:
http://extensions.joomla.org/component/option,com_mtree/task,listcats/cat_id,1837/Itemid,35/. Unpack and copy them to
Code:
/home/e-smith/files/ibays/youribayname/html/language
There are a lot of add-ons and templates. I use the templates from
http://www.rockettheme.com/You can find add-ons at
http://www.joomlaresource.com/success
This was done by someone else and I have tested it and it works. Take a look at expand template and get the answer.
Carl