# PostGallery

*PostGallery* is a wordpress-plugin which can add a gallery to every post/page.
It also delivers a javascript litebox-gallery and shortcode for a slider.

You can directly install from wordpress.org https://wordpress.org/plugins/postgallery/

You can find the documentation on
http://post-gallery.rtfd.org

# Install
### Requirements
- Composer (https://getcomposer.org/)
- [npm bower](http://bower.io/)
- Grunt (http://gruntjs.com/)

### Run this
```
$ git clone git@github.com:RTO-Websites/post-gallery.git
cd trunk
bower install
composer install
npm install
grunt
```

