PostNuke Content Management System
Setup
C:\phpdev\www\
Your
homespace will be something like:
F:\public_html
Once
the zipfile is extracted, a directory called 'ebiz' is created and the new
files are put in there.
When
we refer to ‘homespace’ you should
substitute the path to your own homespace, such as F:\public_html etc.
http://homepages.shu.ac.uk/~cmsrh1
You
should see this:
This
is OK, and confirms that the files have been put in the correct place. Off course we have not yet connected the CMS
to the back-end database and hence the message.
Locate
the file ‘config.php’ in the root of
your installation.
Crash
course in Unix:
ls |
list contents of a
directory (folder) |
ls -l |
list contents of a
directory (folder) with details |
cd |
change directory |
cd .. |
change directory upwards
(parent directory) |
chmod |
change permissions (more
below) |
You
will need to look at the directory structure in your homespace so that you can
see where the files are.
Open
up a window and go to your homespace
(probably F:/public_html).
Look
at the directory names in the Secure Shell command prompt.
You
should see a directory name that matches the name of your homespace. So if your
homespace is F:/public_html then you should see F:/public_html in the
Secure Shell.
You
will locate the following files in the directory you have installed
PostNuke. For example "wbis"
or "ebiz".
config.php
666 – type: chmod 666 config.php
config-old.php
666 – type: chmod 666 config-old.php
Change directory to "pnTemp"
pnRender_compiled
777– type: chmod 777 pnRender_compiled
pnRender_cache
777– type: chmod 777 pnRender_cache
Xanthia_compiled
777– type: chmod 777 Xanthia_compiled
Xanthia_cache
777– type: chmod 777 Xanthia_cache
Xanthia_Config
777– type: chmod 777 Xanthia_Config
Click "Go"