Skip to content

Using Git with NPFchan

Gen2 edited this page May 20, 2017 · 2 revisions

Using Git

NPFchan is still beta software and it’s not going to come out of beta any time soon. Changes and bug fixes are very frequent, it’s recommended that users use our git repository instead of installing manually. Using git makes upgrading much easier.

To use git, simply clone our git repository into your web directory with git clone https://github.com/fallenPineapple/NPFchan.git

To update, run git pull and then run install.php. In addition, SQL may need to be imported, or a PHP script may need to be ran.

Based on

using git