diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-06-20 22:30:51 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-06-20 22:30:51 +0200 |
commit | 5c4caed8560d5fded00525844dfa8386b97e7918 (patch) | |
tree | 2d49466b0e5dad261db139a0747808a55c7381f0 /README | |
parent | 5abf9dc5c437c3c0dc3408c3a583106fa6babcc2 (diff) | |
download | Bits-5c4caed8560d5fded00525844dfa8386b97e7918.tar.gz Bits-5c4caed8560d5fded00525844dfa8386b97e7918.zip |
Added info.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ This is the source code of the website at http://alex.auvolat.free.fr/ To set it up on your own server : - Copy the files in this repository somewhere on your server +- Create a .htaccess file with the following content : + ErrorDocument 404 /path/to/index.php - Copy lib/conf/sql.php.template to lib/conf/sql.php and edit to your needs - Execute the contents of schema.sql on your mysql database - Make sure you have an images/ directory and that your server can write in it. |