diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..05df0947d --- /dev/null +++ b/INSTALL @@ -0,0 +1,6 @@ +* 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) |