install zenphoto-zenphoto-1.4.14.zip onto debian 8.5. good. permissions should be adjusted. su[code] chmod a+rwx /var/www/html unzip zenphoto-zenphoto-1.4.14.zip -d /var/www/html chmod -R a+rwx /var/www/html/zenphoto-zenphoto-1.4.14 mysql -u root --password=d; DROP DATABASE IF EXISTS zendb; create database zendb; create user 'zenuser'@'localhost' identified by 'zenword'; grant all on zendb.* to 'zenuser'; exit exit iceweasel localhost/zenphoto-zenphoto-1.4.14/index.php [/code] configuration file. Database engine Database user= zenuser Database password= zenword Database host Database name= zendb Database table prefix user= d pw= 1a1a d d d root@localhost local link for administration, to upload files. localhost/zenphoto-zenphoto-1.4.14/zp-core/admin.php local link for public to download files.
zenphoto Warning! Zenphoto suggests you make the sensitive files in the zp-data folder accessable by owner only (permissions = 0600). The file permissions for setup.log are 0644 which may allow unauthorized access. This web-based upload accepts the file formats: GIF, JPEG, JPG, PNG, WBMP, and ZIP. ZIP files must contain only Zenphoto supported image types. The maximum size for any one file is 2MB and the maximum size for one total upload is 8MB which are set by your PHP configuration upload_max_filesize and post_max_size. Don’t forget, you can also use FTP to upload folders of images into the albums directory! Zenphoto requires these permissions to the following folders and all files and folders within: /albums – Read access at least, for image uploading via the backend Zenphoto also needs write access naturally /backup – Read and write access (This folder is only used if you use the database backup utility Zenphoto provides) /cache – Read and write access /cache_html – Read and write access /plugins – Read access /themes – Read access; for the theme editor to work Zenphoto must also have write access /zp-core – Read access /zp-data – Read and write access Ideally, permissions should be set up with 0644 files/0755 directories ([rw-r--r--] files and [rwxr-xr-x] directories) permissions, with [youruser:webservergroup] ownership.