Readme file

This commit is contained in:
Axel 2017-07-19 18:05:57 +02:00
parent ea22b89982
commit 46b8593a9d

View file

@ -16,7 +16,7 @@ The bundle has a 2 weeks expiry date after the creation of the bundle. This valu
This application provides three links per upload bundle :
- a bundle preview link : you can send this link to your recipients who will see the bundle content. For example: http://yourdomain/bundle/dda2d646b6746b96ea9b?auth=965242. The recipient can see all the files of the bundle, can download one given file only or the entire bundle.
- a bundle download link : you can send this link yo your recipients who will download all the files of the bundle at once. For example: http://yourdomain/bundle/dda2d646b6746b96ea9b/download?auth=965242.
- a bundle download link : you can send this link yo your recipients who will download all the files of the bundle at once (without any preview). For example: http://yourdomain/bundle/dda2d646b6746b96ea9b/download?auth=965242.
- a deletion link : for you only, it invalidates the bundle. For example:
http://yourdomain/bundle/dda2d646b6746b96ea9b/delete?auth=ace6f22f5.
@ -49,7 +49,7 @@ The application also uses:
- configure your domain name. For example: files.yourdomain.com
- clone the repo or download the sources into the webroot folder
- configuration your webserver to point your domain name to the public/ folder
- configure your webserver to point your domain name to the public/ folder
- run a `composer install`
- run a `npm install --production`
- make sure that the PHP process has write permission on the ./storage folder