1. Extract the file zip content WFilesStandardFree.zip
2. Open with your browser the url http://www.site.com/WFiles/INSTALL/ and follow the instructions for installation.
Apache Configuration
In order to execute the application, you have to enable Mod_Rewrite module in Apache, rewriting rules are in .htaccess file.
PHP Configuration
If you want to upload large file ( for ex. 100 MB ), you need to edit the PHP configuration:
1. Open config file php.ini
2. Edit these lines
- Code: Select all
file_uploads = On
upload_max_filesize = 100M
post_max_size = 110M
; Maximum execution time of each script, in seconds
max_execution_time = 120
; Maximum amount of time each script may spend parsing request data
max_input_time = 360
; Maximum amount of memory a script may consume (8MB)
memory_limit = 16M
Installation test
1. go to http://www.site.com/ oppure http://www.site.con/wfiles, if you install application in a subdirectory
2. click on "Admin Area"
3. In username insert "admin" and in password "admin"
4. In Administration panel enter in Tools section and edit our Administrator data

