2017 © Pedro Peláez
 

yii2-extension hifile-api

HiFile file server API

image

hiqdev/hifile-api

HiFile file server API

  • Wednesday, June 20, 2018
  • by hiqdev
  • Repository
  • 2 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 200 % Grown

The README.md

HiFile API

HiFile file server API, (*1)

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status, (*2)

Installation

Initialization

Find your root project: transmedia/file.api.screens.media in my case., (*3)

Fetch the root project with git and install it with composer:, (*4)

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., (*5)

cp .env.example .env
vim .env

After changing environment variables refresh config with:, (*6)

composer dump

Docker stuff

Start with docker-compose:, (*7)

docker-compose up

Or enable in systemd with provided unit file: file.api.screens.media.service., (*8)

Initialize DB

Run migrations:, (*9)

hidev migrate/up

License

This project is released under the terms of the BSD-3-Clause license. Read more here., (*10)

Copyright © 2018, HiQDev (http://hiqdev.com/), (*11)

The Versions