Skip to content

richardbrinkman/iptcgallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

iptcgallery

Website to view, modify and query IPTC tags of photos.

Install and initialise database

The IPTC gallery uses a mysql database. Scripts for the installation, initialisation, starting and stopping, you will find in the database directory. The first time you should run:

cd database
./installDB
./initDB
./startDB&

Run the webserver

In order to use the IPTC gallery in the browser, you should start a webserver. Easiest is to run:

cd public_html
php -S localhost:8085 index.php

After that, you can fire you browser (such as firefox) and go to http://localhost:8085

About

Website to view, modify and query IPTC tags of photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages