| Howto
install Postnuke on SME server Author: Van hees Michel
Contributor:
Release supported: e-smith SME 6.0
License: GPL
Last updated:
Monday, August 01, 2005 08:49 AM
|
|
|
|
Problem: You want to install postnuke
CMS
Solution: Follow this Howto
Resources:
http://www.postnuke.com
|
|
STEP 1: Create the
ibay
Go to the server-manager and create a new ibay
called "postnuke", for example.
STEP 2: Create database
and user
Create mysql database
| #
mysqladmin -u root create postnuke
# mysql -u root mysql
mysql> INSERT INTO user (host,user,password,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv,index_priv)
VALUES ('localhost','postnuke',PASSWORD('password'),'Y','Y','Y','Y','Y','Y','Y');
mysql> FLUSH PRIVILEGES;
mysql> \q
|
Don't forget
to change 'password' by the password you want.
STEP 3: Get postnuke
archive
Go to postnuke home
web site http://www.postnuke.com
or get my local
copy
For example, I use PostNuke-0.726-3.zip
| #
lynx "modules.php?op=modload&name=CmodsDownload&file=index&req=getit&lid=219" |
STEP 4: Unpacking
archive
| #
unzip PostNuke-0.726-3.zip |
STEP 5: Moving
files
| #
mv PostNuke-0.726-3/html/* /home/e-smith/files/ibays/postnuke/html/ |
STEP 6: Remove
index.html
| #
rm /home/e-smith/files/ibays/postnuke/html/index.html |
STEP 7: Launch
setup
Open you browser at location http://your server name/postnuke/install.php.
Follow the install procedure.
When asked fill information about database fill with that information:
Database Host : localhost
Database username : postnuke
Database password
: the password you mentioned at step2
Database name : postnuke
Leave all other fields in there state
Pay attention at login and password you have to fill at 80% of the install