hiqdev / hifile-api
HiFile file server API
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- claviska/simpleimage: ^3.3
- filestack/filestack-php: ^1.1
- hiqdev/hiapi: dev-master
- hiqdev/hifile-sql: <2.0 || dev-master
- ramsey/uuid: ^3.7
Requires (Dev)
- hiqdev/hidev: <2.0 || dev-master
- hiqdev/hidev-hiqdev: <2.0 || dev-master
- hiqdev/hidev-php: <2.0 || dev-master
This package is auto-updated.
Last update: 2024-10-18 22:35:16 UTC
README
HiFile file server API
Installation
Initialization
Find your root project: transmedia/file.api.screens.media
in my case.
Fetch the root project with git and install it with composer:
git clone git@git.hiqdev.com:transmedia/file.api.screens.media
cd file.api.screens.media
composer install
Setup environment variables: copy and tune .env.example
file.
There aren't many options there, check and set all of them thouroughly.
cp .env.example .env vim .env
After changing environment variables refresh config with:
composer dump
Docker stuff
Start with docker-compose:
docker-compose up
Or enable in systemd with provided unit file: file.api.screens.media.service
.
Initialize DB
Run migrations:
hidev migrate/up
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2018, HiQDev (http://hiqdev.com/)