[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/ic/ - Artwork/Critique

Search:


View post   

>> No.1637747 [View]
File: 858 KB, 2560x1440, booru.jpg [View same] [iqdb] [saucenao] [google]
1637747

i just use this https://code.google.com/p/my-imouto-booru/
the wiki has complete instructions for installing on a local XAMPP server.
this was by far the best booru and best method of handling refs (I use the booru's wiki to manage ideas, notes, and #browse mode is a beautiful swiping gallery for tablets)

if you want to host it online you just have to forward port 3000 on your router and possibly add some basic php password index page.

nb:there's an bug in the code for order:random, simply change line 405 of myimouto\app\models\post\sql_methods.php from
$sql .= " ORDER BY random";
to
$sql .= " ORDER BY RAND()"

Navigation
View posts[+24][+48][+96]