this should be almost everything
make a mysql database for your imageboard
cd to your web root on a server with php installed
git clone github.com/vichan-devel/vichan
composer install
chown -R <web server user>:<web server user> *
open
http://localhost/install.phpfill out what it asks for
then read config.php from top to bottom and edit inc/instance-config.php accordingly
http://localhost/mod.php?/rebuildand thats pretty much everything
thats pretty much it