Difference between revisions of "JReviews RapidLauncher Add-on"

From JReviews Documentation
Jump to: navigation, search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Demo database export: [http://docs.reviewsforjoomla.com/downloads/demo-sample/jreviews-sample.sql.zip jreviews-sample.sql.zip]
 
  
Demo sample media files: [http://docs.reviewsforjoomla.com/downloads/demo-sample/sample-media-files.zip sample-media-files.zip]
+
The RapidLauncher Add-on is free and included with every license to provide one-click installation of sample data.
  
This allows you to have a local copy of the [http://demo.reviewsforjoomla.com/ JReviews demo site] to test JReviews. It is not possible to add this sample data to an existing site.
+
== Using RapidLauncher with Joomla ==
  
== Steps to setup the demo site ==
+
<youtube>JOjDqoJ3VUY</youtube>
  
1. Download the latest version of Joomla 2.5 from http://www.joomla.org/
+
[http://www.youtube.com/watch?v=JOjDqoJ3VUY=1 Watch in HD on YouTube]
  
  
2. Install Joomla.
+
== Using RapidLauncher with WordPress ==
  
  
3. After installation is completed, use PHPMyAdmin to import the downloaded <span style="color: blue">jreviews-sample.sql.zip</span> file to the same database where you installed Joomla.
+
<youtube>LGw8dR95I54</youtube>
 
+
 
+
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. Extract the downloaded sample-media-files.zip file and upload the extracted "reviews" folder to Joomla's /media folder. So, the paths to the media files will be:
+
*root/media/reviews/attachments
+
*root/media/reviews/photos
+
*root/media/reviews/videos
+
 
+
 
+
6. Go to the /administrator area and log in using admin/admin.
+
 
+
 
+
7. Install JReviews 2.4 the same as you would for a normal installation, follow these instructions: [[Installing JReviews component]]. Before the installation make sure your server meets all [[JReviews Pre-install requirements]].
+
 
+
 
+
8. Install the [http://www.reviewsforjoomla.com/ireview-joomla-template iReview 2 Joomla template] and set it as default in Joomla Template Manager (Optional).
+
If you want to use a different Joomla template, you will need to go to the Joomla Module Manager and adjust the module positions and class suffixes of modules to match those that your Joomla template provides.
+
 
+
  
 +
[http://www.youtube.com/watch?v=LGw8dR95I54=1 Watch in HD on YouTube]
  
  
Line 43: Line 20:
  
 
[[Category:JReviews]]
 
[[Category:JReviews]]
[[Category:Downloads]]
 

Latest revision as of 14:43, 4 May 2016

The RapidLauncher Add-on is free and included with every license to provide one-click installation of sample data.

Using RapidLauncher with Joomla

Watch in HD on YouTube


Using RapidLauncher with WordPress

Watch in HD on YouTube