Pligg IIS install (basics)

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-15-2006, 06:23 PM
New Pligger
 
Join Date: Jul 2006
Posts: 3
Ok, I spoke with AshDigg over the weekend and got some help installing Pligg...

Here are the links you will need 1st:
PHP software
http://us2.php.net/get/php-5.1.4-ins.../from/a/mirror
MySql database
http://dev.mysql.com/get/Downloads/M...net/pub/mysql/
MySql administrator (optional, but you will want it)
http://dev.mysql.com/get/Downloads/M...net/pub/mysql/
MySql query browser
http://dev.mysql.com/get/Downloads/M...net/pub/mysql/

1. Install mySql
2. Install mySql Admin
Note: your login will be user:root pw:<what you set>. I have seen alot of people trying to log in with U:sa P:sa and that wont work. User is root
3. Install mySql Query Browser
4. Setup PHP
install it in c:\php
open IIS
In IIS right click the object "web sites" it looks like a folder
Click home directory tab
Look for "configuration" button
Add an item
executable is located at "C:\php\php-cgi.exe"
the extension is ".php"
ok, now php is set up to work with IIS
5. Set up Pligg empty database
Open the mySql Admin
Click on the "catalogs" icon. Catalogs are databases
in the lower right you will see all of the databases. Rightclick to get the option to "create new schema"
Call it "pligg" or whatever
6. Install Pligg
create a folder:
c:\Inetpub\wwwroot\pligg
Go into IIS and find the folder called pligg
right click on it to get to properties
Click the create app button and make sure that you check the checkbox called write
7. Set up the pligg directory
Check that there is a dbconnect.php in the
C:\Inetpub\wwwroot\pligg\libs folder. If not, copy the dbconnect.php.default to dbconnect.php
Check that the root pligg folder has config.php and it has the following two lines set correctly:
define('my_base_url', 'http://localhost');
define('my_pligg_base', '/pligg');
This would work if you are running your pligg from http://localhost/pligg
Change it accordingly to what you need
8. Install Pligg using its scripts
http://localhost/pligg/install/install.php
That will walk you thru the three steps
Step 1. Connect to your database and make sure your dbconnect.php and options.php are working
Step 2. Create tables and whatnot
Step 3. Go to the admin console (this will not work yet, you need additional files)

See the next article for actually fixing Pligg for IIS
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updated Pligg Pro Module Pack chuckroast Modules for Sale 34 02-22-2011 12:46 PM
Price to install Pligg and yget template ronald232 Questions and Comments 10 07-07-2008 10:09 PM
$$$Need PLIGG website install. Will pay$$$ rokhayakebe Questions and Comments 0 04-23-2007 12:02 PM
Install Pligg, get $5 drig Questions and Comments 2 04-05-2006 10:17 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development