Difference between revisions of "JReviews RapidLauncher Add-on"

From JReviews Documentation
Jump to: navigation, search
(Created page with "Here you can download a database export from the JReviews 2.4 demo site: http://demo.reviewsforjoomla.com/ Download link: This allows you to have a local copy of the JReviews d...")
 
Line 8: Line 8:
  
 
1. Download the latest version of Joomla 2.5 from http://www.joomla.org/
 
1. Download the latest version of Joomla 2.5 from http://www.joomla.org/
 +
 
2. Install Joomla.
 
2. Install Joomla.
 +
 
3. After installation is completed, use PHPMyAdmin to import the downloaded jreviews-sample.sql.zip file to the same database where you installed Joomla.
 
3. After installation is completed, use PHPMyAdmin to import the downloaded jreviews-sample.sql.zip file to the same database where you installed Joomla.
4. Edit the configuration.php file in the root of Joomla and change the $dbprefix variable to 'tkm7_'
+
 
5.
+
4. Edit the configuration.php file in the root of Joomla and change the $dbprefix variable to 'tkm7_'. The line should look like this:
 +
<source lang="php">
 +
public $dbprefix = 'tkm7_';
 +
</source>
 +
 
 +
5. Go to the /administrator area and log in using admin/admin.

Revision as of 09:54, 6 May 2013

Here you can download a database export from the JReviews 2.4 demo site: http://demo.reviewsforjoomla.com/

Download link:

This allows you to have a local copy of the JReviews demo site to test JReviews. It is not possible to add this sample data to an existing site.

Steps to setup the demo site

1. Download the latest version of Joomla 2.5 from http://www.joomla.org/

2. Install Joomla.

3. After installation is completed, use PHPMyAdmin to import the downloaded jreviews-sample.sql.zip file to the same database where you installed Joomla.

4. Edit the configuration.php file in the root of Joomla and change the $dbprefix variable to 'tkm7_'. The line should look like this:

public $dbprefix = 'tkm7_';

5. Go to the /administrator area and log in using admin/admin.