From 7a345dcf90ed15d6c88b2c66cb70dedc9c06b18e Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sat, 19 Sep 2009 22:44:43 -0700 Subject: [PATCH] added INSTALL file --- INSTALL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 INSTALL 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