mirror of
https://github.com/pikami/palm-paste.git
synced 2024-11-27 14:15:43 +00:00
Updated README.md
This commit is contained in:
parent
713198629c
commit
045af4ac7e
@ -1,5 +1,8 @@
|
|||||||
Options +FollowSymlinks
|
Options +FollowSymlinks
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
||||||
|
#Change the "/paste/" to the root of your palm paste
|
||||||
RewriteBase "/paste/"
|
RewriteBase "/paste/"
|
||||||
|
|
||||||
RewriteRule ^u/([A-Za-z0-9-]+)/?$ index.php?user=$1
|
RewriteRule ^u/([A-Za-z0-9-]+)/?$ index.php?user=$1
|
||||||
RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?page=$1
|
RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?page=$1
|
||||||
|
@ -18,7 +18,8 @@ So we'll just assume you already have them all running well.
|
|||||||
2. Create a user and database for palm-paste
|
2. Create a user and database for palm-paste
|
||||||
3. Take the 'palm-paste.sql' and import it to your database.
|
3. Take the 'palm-paste.sql' and import it to your database.
|
||||||
4. Edit configuration settings in config/config.php
|
4. Edit configuration settings in config/config.php
|
||||||
5. Done!
|
5. Change the "RewriteBase" setting in ".htaccess" file to the root of your palm-paste installation
|
||||||
|
6. Done!
|
||||||
|
|
||||||
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
|
* To ensure that pastes with an expiration set get cleaned up, define the cron key in the config and set up a cronjob, for example:
|
||||||
* `*/5 * * * * curl --silent http://your-site.com/palm-paste/cronjob.php?key=[key]`
|
* `*/5 * * * * curl --silent http://your-site.com/palm-paste/cronjob.php?key=[key]`
|
||||||
|
Loading…
Reference in New Issue
Block a user