An open API service indexing awesome lists of open source software.

https://github.com/jlong/radiant-docker

Docker files for Radiant + PostgreSQL
https://github.com/jlong/radiant-docker

Last synced: 2 months ago
JSON representation

Docker files for Radiant + PostgreSQL

Awesome Lists containing this project

README

          

# README

Bootstraping the database:

docker-compose run radiant rake db:create db:bootstrap

Starting all containers in the background:

docker-compose up -d