Skip to content

Upgrading from vichan

Gen2 edited this page Jun 1, 2017 · 1 revision

Upgrade from vichan-devel

  • Switch your git's origin to track NPFchan: git remote set-url origin https://github.com/fallenPineapple/NPFchan.git
  • Run git pull
  • Run install.php
  • Rebuild
  • If you want to use IP hashing, run HASH_IP_TABLE_UPDATES_SCRIPT.php. This will hash all IP addresses currently stored on your imageboard using bCrypt. You should change the salt value as well (see config.php for details) (Post history will stay intact)
  • If you do not want to use IP hashing, set $config['bcrypt_ip_addresses'] = false; in your instance-config.php (This is IMPORTANT!)