>>16442You should probably use vichan since it's the only one that doesn't suck.
Also, don't make a soy-related imageboard, we don't need another splinter.Make sure your server has PHP GD, PDO, and mbstring first. To do that make a file called test.php, include this in it:
<?phpphpinfo();Go to it in your browser and look for GD, PDO, and mbstring.
If it has all of those modules, download everything from the repo, unzip, install Composer on your computer, run
composer install where you unzipped vichan, then copy everything over to your server's document root (picrel 2). Then head over to install.php and just ignore the Image/GraphicsMagick + Gifsicle warnings since you can't fix that.