Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 622 Bytes

eazyphoto-web

Web Albums Implementation

Installation

  • Create database from docs/dump.sql (utf8)
  • Change settings in web/etc/conf/sites.xml
  • Sample nginx config: docs/nginx-fpm.conf
  • chmod -R 777 web/cache web/shared/temp web/shared/files
  • Make sure you have btsync and eazyphotod installed and running

Admin Panel

Open http://eazyphoto/vt/ (admin:admin) PHP Indexer (w/o eazyphotod): http://eazyphoto/int/daemons/sync-photos

Requirements

  • PostgreSQL 9.3+
  • PHP 5.4+

Changelog

v0.2

  • Migration to Eaze 2 (PHP 5.4+, PostgreSQL)

v0.1

  • Proof of Concept