Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 557 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 557 Bytes

robocomp-dkan

Docker compose project with a helper Robo script to setup a full DKAN stack on Docker.

Requirements

  • PHP 7.1

How to

$ cd <robocomp project directory>

Install Composer

$ composer install

Prepare app.yml

$ vendor/bin/robo config:init
$ <edit app.yml with appropriate settings>.
$ vendor/bin/robo config:generate

Build, Start, and Setup machines

$ vendor/bin/robo app:build
$ vendor/bin/robo app:start
$ vendor/bin/robo app:setup