In this tutorial I will give you the way how to install endonesia CMS. You can download at HERE.The version is endonesia 8.4.Now I will give You the step how to install Endonesia 8.4 to localhost. I think you have installed XAMPP software at your PC.
1. Extract the ZIP file at C:\Program Files\xampp\htdocs\
2. Make database. Open your browser then go to http://localhost/phpmyadmin/.Create new database, fill the name of database up to you, example endonesiadb.Then click create.
3. Import Mysql Data
Still in phpmyadmin at XAMPP, go to endonesiadb database. Click SQL -> browse the SQL data. SQL data is in docs directory at endonesia directory.Then click go
4. Open config.php file in endonesia directory.Find this script, Then Fill like this.
$dbhost = "localhost"; # Mysql Database Host
$dbuname = "root"; # Mysql User
$dbpass = ""; # Mysql Password
$dbname = "endonesiadb"; # Mysql Database Name
Fill with blank of Mysql Password.
5. Open poll.php file in mod directory.If you have PHP editor like Macromedia Dreamweaver, it's easy for you to edit this. Go to row 67 , then change $this with $current_poll. It's appear like this :
$this = unserialize($data);(before)
$current_poll = unserialize($data);(After)
It's done. Go to http://localhost/endonesia. If you want to go admin area, the username is Admin and the password is endonesia.Go to http://localhost/endonesia/admin if you want to login as admin. Endonesia CMS so suited for beginner too.
Read More...
Thursday, November 20, 2008
How to Install Endonesia CMS
Posted by
Evie Devito
at
11:40 AM
0
comments
Links to this post
Subscribe to:
Posts (Atom)
