forked from gitbot/uguu
Changing README file
This commit is contained in:
parent
697953e8f1
commit
6d4519c5d7
@ -9,7 +9,7 @@ Temp file sharing application source code, stores files and deletes after X amou
|
||||
|
||||
# Install:
|
||||
|
||||
* Deploy base code, for example with `git clone `
|
||||
* Deploy base code, for example with `git clone https://github.com/pierre-alain-b/Uguu.git`
|
||||
* Modify includes/config.php (copy config.template.php as a starting point) to set up the main options for Uguu.
|
||||
* Some file extensions are blocked by default, this can be changed via includes/config.php's CONFIG_BLOCKED_EXTENSIONS value.
|
||||
* Execute check.sh regularly with cron to delete old files: `crontab -e` and add `0,15,30,45 * * * * bash /path/to/check.sh` (or adapt if you know how cron works).
|
||||
|
Loading…
Reference in New Issue
Block a user