-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
30 lines (23 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Fork of PASTE from SourceForge
Our current goal is to improve as much as possible without changing the
database structure, mainly resolving bugs and quirky behaviour.
Requirements: PHP, MySQL
INSTALL:
1.1> Create a database for the pastebin.
1.2> Add the tables to the database (paste.sql)
2> Edit the configuration file to suit your needs (config.php)
3> Upload all of the files to the webserver.
4> (Optional) If you want to use Apache's mod_rewrite for pastes,
simply edit htaccess.txt to suit your needs and rename it to .htaccess
UPGRADE from 1.0 to 1.1:
1> Unpack release
2> Replace previous files with new release
ie. no compatibility issues with database schema.
If you find any bugs, quirky or illogical behavior or have idea for how
to improve the codebase, please open an issue at:
https://github.com/ersi/phpaste/issues
If you're feeling lucky/helpful, it doesn't hurt to file the issue at:
https://sourceforge.net/tracker/?func=add&group_id=310876&atid=1308834
or http://bitbucket.org/eckstasy/paste/issues/new/ either - since those
are the original issue trackers.
You can find support on IRC by connecting to irc.freenode.net in channel ##PASTE