![]() ![]() Because you all make me very, very tired. |
Not a Member? - Login or Create an Account |
![]() |
Tuesday the 6th of January 2009 @ 01:38am |
Installation InformationDrafted: 2002.02.16 11:43pmJimmyImportant NoteThis version of the Database Browser (0.4) is deprecated. A new version is under development. It would probably be a better idea to hold off on downloading this software until which time as Dbb 0.5 is ready to go. ForwardThis document covers the process of installing and configuring Dbb onto a linux box for use with an Apache server. The concepts introduced here can be easily applied to help install Dbb on other systems as well. Important note on SecurityIt is important to note that Dbb is not instantly or inheritly secure. It has been designed to work securely in an https environment by not sending information back to the client web browser via the URL or within cookies. It also stores no persistent data which may reveal user / password information. Transmission of administrative SQL passwords across an insecure page is a terrible and dangerous idea. For more information on adding security to your Apache web server, see http://www.modssl.org. Installation TypesDbb is quite flexable and so it may be installed in many different configurations quite easily. Of the many, many permutations of installation layouts Dbb is capible of, this document will describe the two most common. Root VirtualServer InstallationCreating a virtualserver exclusively for Dbb is quite easy to install and configure as well as secure. This requires you have access to the configuration of the webserver you wish to use which almost certainly requires root privileges on the server hosting your site. If you do not have these privileges, or don't understand what this means, this install type is not for you. This install requires you already know how to configure an apache virtualserver and have a decent understanding of *nix commands. Step by Step
Inline InstallationFor those of use without access to the configuration files used by our webserver, Dbb must be installed in a subdirectory of an existing site. It is important to note that there are security issues associated with this installation type that should be considered. See "Known Security Issues" below. If you don't have access to the configuration of your web server you might be in for a nasty adventure trying to emulate some of the required characteristics of Dbb. I feel for you, but there's not much that can be done from here. Step by Step
Special Requirements & Filesystem PermissionsDbb requires certain features of your webserver be configured in certain ways. If you do not have access to these configurations, many may can be emulated by dbb. Many (or all) of these special requirements will be resolved to make Dbb as portable as possible. If you have no idea what this section is talking about or are unable to fix these problems for whatever reason, keep checking back to this site for updates on when these requirements are removed. Requirements
SummaryThis document is incomplete. It is here as a basic framework to allow experienced administrators to install and configure Dbb. Future versions of dbb will be more friendly to new users. Keep checking back if this document makes/made no sense to you. |