login | register
Wed 19 of Nov, 2008 (22:58 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheHistoryPrint

InstallbitweaverDB

Installation of database information

Created by: SEWilco, Last modification: Thu 19 of Jan, 2006 (16:42 UTC) by Ravi Soni

Database Connection Information

Information about the database server is needed during installation.

Database type

The type of database to use, such as MySQL.

Host

Hostname or IP for your database, example:
localhost if running in the same machine as tiki
If you use Oracle, insert your TNS Name here
If you use SQLite, insert the path and filename to your database file

User

Database user

Password

Database password

Database name

The name of the database where tiki will create tables. For MySQL, you can create the database using mysqladmin, or PHPMyAdmin or ask your hosting service to create a MySQL database. Normally Tiki tables won't conflict with other product names.

Database Prefix

This prefix will be prepended to the begining of every table name to allow multiple independent install to share a single database. By ending the prefix with a '.' (period) you can use a schema in systems that support it.

Site Base Url

This is the path from the server root to your tiki location.
i.e. if you access tiki as 'http://example.com/applications/new/wiki/index.php' you should enter '/applications/new/'

Comments

Reply to this comment

Database Type is not showing

by kryptex, Tuesday 12 of February, 2008 (17:52:38 UTC)
When I am installing bitweaver on on the server, the database type is not displaying and I get the error message: "You currently have no Database installed that works here. If you feel this is wrong, please contact the bitweaver Team." So here I am.

The required information:

  • I have postgresql 8.1 installed (I have tested the connection to the db and was sucessful.
  • I have php 5.1
  • This is running off of Apache 2

Things I would like to know:

  • Does Bitweaver 2.0.1 work with postgresql 8.x or does it work with 7.x and lower?