https://github.com/thgh/kd85gallery
Gallery
https://github.com/thgh/kd85gallery
Last synced: 8 months ago
JSON representation
Gallery
- Host: GitHub
- URL: https://github.com/thgh/kd85gallery
- Owner: thgh
- License: mit
- Created: 2013-09-04T11:32:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-04T16:08:13.000Z (almost 13 years ago)
- Last Synced: 2025-07-21T11:49:07.604Z (11 months ago)
- Language: PHP
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kd85gallery
===========
Gallery for showing of pictures.
No server side scripting needed after setup.
Includes a tagging tool.
Includes a gallery with all pictures
Includes an Angular directive that transforms a tag to a gallery with thumbnails
## Setup
Setup LAP stack
```
sudo apt-get install php5 apache2 libapache2-mod-php5
```
Clone repo in your localhost project
```
cd /var/www/
git clone https://github.com/thgh/kd85gallery.git
```
Tag editor in .
Stuff to copy to server in public/
## Troubleshooting
You might want to set these permissions on a Debian/Ubuntu system:
```
sudo chgrp -R www-data /var/www
sudo chmod -R g+x /var/www
```