diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..156c21d --- /dev/null +++ b/INSTALL @@ -0,0 +1,15 @@ +Edit the configuration at the top of imgboard.php + +CHMOD write permissions to the following directories: +- / +- src/ +- thumb/ +- res/ +- inc/flatfile/ (if using flat file mode) + +Open a browser and navigate to imgboard.php, which will do the following: +- Create database structure based on chosen mode +- Test appropriate directories are writable +- Write index.html with a blank image board + +You should be redirected to index.html, containing your new image board \ No newline at end of file