Install joomla di hosting

Beberapa hari yang lalu ada bule prancis minta saya untuk ajarin dreamaver, dengan alasan tidak mahr dreamaver akhirnya saya ajarin istrinya (miss.eiko) dengan joomla, memang baru buat dia tapi tak masalah . toh kata pak leo miss. Eiko cepat nangkep kalo ada yang ngajarin .. iya kali ya wong orang jepang kali aja pinter .

dengan bermodal ingriss pas-passan dan installer joomla 1.5 dan xampp, hari itu tak beranikan datang kerumahnya. basa- basi bentar, lalu deal ajarin miss. eiko joomla.

Pertama, miss.eiko pingin pnya website penjualan yang berbahasa Jepang, dan punya hosting di jepang dan ternyata laptopnya pun berbahasa jepang. nah lo gimana ini .. untungnya bisa diambil jalan tengah dengan pakai bahasa inggris. install di laptop beres, cas cis cus jelasin database bentar, lalu create database ok, lanjut sampai login admin joomla. tapi kok ga bisa di preview localhostnya?. padahal di tempat saya bisa. ya uda, hari itu sampai jelasin install joomla sama database.

Lain hari, mau ga mau langsung ajarin pake hosting biar sekalian tau. memang terlalu cepat tapi sepertinya dia ga protes. nah ini yang mau tak share untuk pemula seperti saya.. coz baru kali ini juga hosting joomla .. hehe

1. Buat account di my-php.net
2. Aktivasi pake gmail, Simpan data account registrasi.
3. Masuk cpanel.my-php.net , masuk ke database >phpMyAdmin
lalu create database
4. Pilih Control panel, Software/service>fantastico installer type
5. Ikuti 3 step disana
1
Select install domain
2
Select install script
3Select path
4
Install complete!

6. di Opsi ke 2 joomla 1.5 .
7. Ada opsi Destination Folder tulis nama folder untuk menaruh instalasi
atau kalau ga akan di install di root . lalu klik complete
8. Done
9. Masuk ke admin joomla seperti ini alamatnya disesuaikand dengan
account , http://****.my-php.net/web1//administrator/index.php
10. selesai

Setelah installasi joomla selesai dan masuk admin joomla, tinggal edit website dan ganti template sesuai keinginan .

Netbeans 6.5 + Jboss 5.0 GA

biar ga lupa paste dimari.

Settting up Netbeans 6.5 to work with Jboss 5.0 GA.

Download Netbeans 6.5 from http://www.netbeans.org/downloads/ (Download the all singing all dancing version. Download Jboss Server 5.0 GA zip file from http://www.jboss.org/jbossas/downloads/.

Install Netbeans. Ensure you have the Java JDK 1.6 installed on your machine. I’m mixing dev on a windows and Ubuntu machine.

I will be developing using Visual JSF, Hibernate, EJB3. It will require the Visual JSF libraries for both Woodstock components and Icefaces. (I haven’t perfected the use of both these libraries at once, but it is my intention to do so with minimum fuss). To add these plugins to Netbeans click tools > plugins > Available Plugins. Order by category and go to the Web & Java EE section. Tick and add plugins for Facelets Support, Project Dynamic Faces Ajax Components, Simple JSF/Facelets Snippets, ICEFaces Project Integration, Icefaces Design-Time and Runtime Libraries.

Install all plugins. You will also need to install all current Netbeans updates.

Extract the jboss-5.0 GA zip file to an appropriate location. I choose to install it on the c:\ drive for windows and under /opt/ on my Ubuntu/Linux machines.

In Netbeans go to Tools > Servers > Add Server > Jboss Application Server > Browse for location of your server. Once confirmed, click next. You should see a screen indicating a default domain on host localhost and port 8080. If you are experiencing a problem here you have not upgraded to the netbeans patch 6.5.2. You must update to this patch as it features a vital fix to add Jboss 5.0 GA to your Netbeans IDE. Once done you can start developing cool EJB3 and Visual JSF apps on Netbeans.

from here.