summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNicolas BERNSTEIN <alexis211@gmail.com>2011-09-17 16:48:29 +0200
committerNicolas BERNSTEIN <alexis211@gmail.com>2011-09-17 16:48:29 +0200
commitd0060968b77c39bdf8abffb071c971c166b59edb (patch)
tree0be52e00a25bd298235a0cf916fb07496d3ab95f /README
downloadBits-d0060968b77c39bdf8abffb071c971c166b59edb.tar.gz
Bits-d0060968b77c39bdf8abffb071c971c166b59edb.zip
First commit.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..766d186
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Hi.
+
+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
+- 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.
+- (Create an admin account in the database)