1
|
Website Baker 2 Installation Instructions
|
2
|
============================================
|
3
|
This will quickly explain what you will need
|
4
|
to install website baker.
|
5
|
|
6
|
First of all, you must have a webserver with
|
7
|
PHP and MySQL installed correctly. Once you
|
8
|
have got that, place the "wb" folder
|
9
|
somewhere on your server, probably under the
|
10
|
document root:
|
11
|
e.g. /documentroot/wb
|
12
|
|
13
|
This should be accessed by an address
|
14
|
something like this:
|
15
|
e.g. http://localhost/wb/
|
16
|
|
17
|
Now create a blank MySQL database
|
18
|
(Commonly called "wb").
|
19
|
|
20
|
Once that is all done simple run the
|
21
|
install script from your browser:
|
22
|
e.g. http://localhost/wb/install/index.php
|
23
|
|
24
|
Fill-out the form and submit it, and if all
|
25
|
the details are correct, you should be taken
|
26
|
to Website Baker Administration.
|