https://github.com/attogram/shared-media-gallery
[ARCHIVED] Web Gallery for attogram/shared-media-orm
https://github.com/attogram/shared-media-gallery
Last synced: 3 months ago
JSON representation
[ARCHIVED] Web Gallery for attogram/shared-media-orm
- Host: GitHub
- URL: https://github.com/attogram/shared-media-gallery
- Owner: attogram
- License: mit
- Created: 2017-11-12T15:06:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T19:47:05.000Z (over 7 years ago)
- Last Synced: 2025-01-16T18:02:49.069Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shared-media-gallery v0.1
Shared Media Gallery
## Build
Create new database:
~~~# Shared Media ORM
vendor/bin/propel sql:insert \
--platform=sqlite \
--connection='default=sqlite:database/gallery.sq3' \
--sql-dir=vendor/attogram/shared-media-orm/config/ \
--config-dir=vendor/attogram/shared-media-orm/config/
# Gallery site
vendor/bin/propel sql:insert~~~