Skip to content

pgBoard/pgBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a lightweight php+postgresql messageboard

Requirements

  • nginx
  • PHP 5x
  • PostgreSQL 14.4x
  • 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