Install dan setting website komunitas dengan elgg ini, ada hal-hal yang perlu diperhatikan
. Dan kita anggap Load Module rewrite_module modules/mod_rewrite.so sudah aktif (kebanyakan hosting bayar sudah aktif)
Tahap instalasi :
- Untuk Subdomain : buat subdomain, misal komunitas, maka akan terbentuk direktori /public_html/komunitas
- Buat database di mysql, dan jangan lupa tambahkan database yg telah di buat tsb dg user mysql ( user mysql bisa buat baru / gabung yang telah ada )
- Catat nama database, nama user database, password database - Download ellg dan upload (extract) di /public_html/ (jika root domain) atau /public_html/komunitas (jika subdomain).
- copy / rename htaccess_dist menjadi .htaccess
- akses url dari website yang kita buat tadi (jangan lupa clear cache dulu)
- Muncul isian :
- Enter your database settings below and hit save:
- Database user ….. >> user database mysgl
- Database password ….. >> password database mysgl
- Elgg database ………. >> nama database mysgl
- Database hostname (usually ‘localhost’) ….. localhost
- Database table prefix (usually ‘elgg’) ….. elgg - Jika pengisian di atas sesuai dengan data anda, maka akan ada info Elgg’s database was installed successfully.
- Isi data website yang kita buat :
- The name of your site (eg “My social networking site”):
- Short description of your site (optional)
- Site email address (used when sending system emails)
- The site URL, followed by a trailing slash:
- The full path to your site root on your disk, followed by a trailing slash:
- The full path to the directory where uploaded files will be stored, followed by a trailing slash:
- Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default): - Save … error !!! …
Your data directory **** …….. - Error di atas ada beberapa sebab. Mungkin dikarenakan data ellg belum dibuat atau data permission belum 755/777 atau data terletak di dalam install path.
- Save …error !!! …
Your data directory not writetable ? kan sudah di set permission nya tadi ? - Masuk ke /engine/settings.php
- Edit settings.php dan tambahkan …
$CONFIG->dataroot = ‘letak_data_elgg ‘;
letakkan sebelum tanda ?> - Ingat ! letak data elgg harus di luar installer
- Install finish
- Tampilan utama elgg
- Lakukan register
- Register pertama akan otomatis menjadi administrator
Jika ada masalah di php terutama yang memakai php5, edit .htaccess dan cari text spt berikut:
# php 4, apache 1.x
#<IfModule mod_php4.c>
# ErrorDocument 500 “Elgg error: Elgg does not support PHP 4.”
# RedirectMatch 302 .* index.php
#</IfModule>
# php 4, apache 2
#<IfModule sapi_apache2.c>
# ErrorDocument 500 “Elgg error: Elgg does not support PHP 4.”
# RedirectMatch 302 .* index.php
#</IfModule>
Jika ada masalah di Load Module rewrite_module modules/mod_rewrite.so seperti yang di atas, hubungi saja administrator hosting anda. Dan jika pakai yang gratisan yang Load Module rewrite_module modules/mod_rewrite.so tidak aktif, cari saja hosting gratisan yang sudah aktif, karena ini berhubungan dengan file httpd.conf yang terletak di apache configuration.
Semoga berhasil….
Tidak ada komentar:
Posting Komentar