summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000..d3840e6b0
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+* run install.php to make sure all dependencies are installed
+* Copy all files from ./application/config/example to ./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)
+* Add ./crontab or something similar to the user's crontab