This repository configures the Docker containers required to run a local instance of Picture.
See the main GitHub repository of Picture for more information.
$ git clone --recursive https://github.com/vinc/stru.ctu.re
$ docker-compose up
$ docker-compose exec web rails db:setup
$ docker-compose exec web rails generate admin