summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-12-17 12:06:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-12-17 12:07:57 +0100
commite4ee81d800a08a5839dcfeeb3441f2f0b4247a6f (patch)
treee4f3740e00f1cdbe08b6c451a72b3c6cf60f209e /INSTALL
parentb11b171bc8054d0734176527d80415227502a37d (diff)
use migrations; automatically set up the database
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 17bf4d0b0..71b48ff3d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
-* Import db.sql into your database.
* Copy all files from system/application/config/example to
system/application/config
* Change them to fit your needs
+* The necessary database tables are created automatically when accessing your pastebin
* Copy htaccess.txt to .htaccess if you want shorter URLs
(also change the config setting)