Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 844 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 844 Bytes

Phutaba

An Imageboard engine based on Wakaba.

Installation

  1. Modify lib/site_config.pl.dist and save as lib/site_config.pl
  2. Modify board/config.pl to configure your board
  3. Create board/src/ and board/thumb/ directories
  • SQL tables are created automatically (if db user has CREATE TABLE permissions)
  1. Create new boards by copying the structure and files from board/

Apache modules needed

  • suexec (apache2-suexec-custom)
  • expires
  • ssl
  • headers
  • rewrite
  • cgid

Perl modules needed (Ubuntu packages)

  • libnet-dns-perl
  • libjson-xs-perl
  • libjson-perl
  • libimage-exiftool-perl
  • libgeo-ip-perl
  • libtemplate-perl

External libs

  • imagemagick
  • ffmpeg