Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 870 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 870 Bytes

PixNyanNyan Backend API

Build Status Code Climate Test Coverage

Get started with Docker

Check out files in deploy folder for example docker-compose configuration.

If you had permission problem mounting local files into containers, it's usually related to SELinux enforcement.

Try setenforce 0 to see if problem solved. If it did, use chcon -t svirt_sandbox_file_t *.conf to fix the context.

Usage

See wiki for detailed API usage.