WebBuilder2

AdvancedSearch | AreaMap ]

Search:

  HomePage   News   Getting Started Guide   WebBuilder2   CurrentStateOfAffairs  
  WebBuilder2   FeatureList   FrontController   LibraryPackages   ApplicationModules   ApplicationTemplates   Installation Instructions   ReleaseManagement  

Username:

Password:


Areas In
This Wiki

BEPHPUG

Conferences

emPHPower

LiveUser

Main

MDB2

PDO

PEARThinkTank

PHPSVN

PHPTODO

RDBMS

WebBuilder2

Installation Instructions

This document is intended to provide an overview of installing WebBuilder2. For addtional information, see the GettingStartedGuide.

Initial Setup

WebBuilder2 requires the following be installed and running successfully:

On a Windows machine, there are a number of easy to use, automated installation programs that will install and setup PHP, MySQL and Apache. One such installer is offered from http://www.apachefriends.org/en/index.html.

Aquire and Setup the WebBuilder? Package

As menitioned elsewhere, after your AMP setup has been installed and you've verified it's running properly, you'll need to get the WebBuilder2 source (see DocGettingCode).

From a linux box, you could do the following:

wget http://oss.backendmedia.com/snapshots/current.zip
unzip current.zip

On a *nix box, after unpacking, you'll need to adjust some of the permissions on a few of the directories within the webbuilder2 dir so that the installer can output your configuration, cache files, etc. If you're using Windows this probably won't be necessary.

Then move the resulting webbuilder2 directory so that only the www directory within is accessable via the public html dir. Modify your vhosts setting accordingly as otherwise people will be able to read your configuration files.

From that point, visit http://yourdomain. You will be presented with the installation screen.

At the top of the page, you may see a few permission errors, these directories should be made readable/writeable by the webserver user (apache under a default install).

chmod 775 webbuilder2
chmod 775 webbuilder2/configs
chmod 775 webbuilder2/cache
chmod 775 webbuilder2/schema

After the directories, you'll need to provide the installer with a variety of information such as database type (mysql, postgres, etc.), db username and password, host and what database to use. The installer will also optionally create a database (and prepopulate it with sample application data) if requested.

WebBuilder2:InstallationInstructions (lsmith)
Wed, 24 May 2006, 23:47
[ Links | Source | History | RSS ]

This site powered by YaWiki 0.22 beta.


No user comments exist for this page.

Add A Comment
Email:
*Comment:
Catpcha:
* denotes required field

Your comment will be added immediately; please check your comments, and be nice. :-)

Please use plain text only; HTML and PHP code will be converted to entities.

Your email address will be obfuscated with [AT] and [DOT] after you post your comment.

Installation Instructions
PhP
ApacheWebServer
MySQL
ConfigurationFiles
DirectoryTree
Installation Instructions