Skip to content
forked from pgBoard/pgBoard

a lightweight php+postgresql messageboard

Notifications You must be signed in to change notification settings

xkickflip/pgBoard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a lightweight php+postgresql messageboard

Requirements

  • Apache /w mod_rewrite enabled
  • PHP 5x
  • PostgreSQL 8x
  • Sphinx 0.9x

Caveats

Installation

  1. Create database in PostgreSQL.
  2. Run the SQL creation scripts in /doc/ (skip 0-Migrate)
  3. Rename /config.default.php to config.php and modify as needed.
  4. Rename /lang/en.default.php to en.php and modify as needed.
  5. Rename /lang/en_header.default.php to en_header.php and modify as needed.
  6. Rename /lang/en_footer.default.php to en_footer.php and modify as needed.
  7. Rename /class/Plugin.default.php to Plugin.php and modify as needed.

More details to follow.

About

a lightweight php+postgresql messageboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.7%
  • JavaScript 38.0%
  • CSS 2.2%
  • ApacheConf 0.1%