Quercus: Pligg

From Resin 3.0

Jump to: navigation, search

Pligg 9.9.0 Beta


Required Downloads:

  • Resin 3.1.6
  • Pligg 9.9.0 Beta
  • MySql 5.0 or 4.X
  • ConnectorJ 3.1.14 (MySql JDBC Driver)

Install Instructions:

  1. Choose an install directory and unzip the contents of resin-3.1.6.zip into this directory. If you extracted into C:/ then you will have a C:/resin-3.1.6 directory.
  2. Save the Mysql ConnectorJ Jar file in the resin-3.1.6/lib subdirectory, the full path would be C:/resin-3.1.6/lib/mysql-connector-java-3.1.14-bin.jar.
  3. Extract the contents of Pligg_Beta_9.9.0.zip into C:/resin-3.1.6/webapps/ROOT. Rename the Pligg_Beta_9.9.0 directory to Pligg. Navigate to the Pligg install directory and rename settings.php.default to settings.php. Navigate to the Pligg/libs directory and rename dbconnect.php.default to dbconnect.php.
  4. Navigate up to C:/resin-3.1.6 and double click on the http.exe executable.
  5. Double check that the Mysql server has been started.

You should now able to install the Pligg application by opening up the following url in a web browser.

http://localhost:8080/Pligg/install/install.php

If after entering database information, you see an error like the following:

"Cannot connect to the database server using the information provided."

then check that the Mysql server was started and that the Mysql ConnectorJ Jar file is in the resin lib directory.

Personal tools