Skip to content

hiqdev/hifile-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HiFile API

HiFile file server API

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

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/)

Releases

No releases published

Packages

No packages published

Languages