Speaker illustrations is a personal, searchable repository of illustrations which are categorized by tags. This is a replacement to paper, word doc folder, and evernote/onenote notebook filing systems.
docker-compose up
docker-compose exec web ./bin/rails db:setup
docker-compose exec web ./bin/rails db:seed
Then access the web portion by visitng http://localhost:8080
Note:
- prefix any rails commands with
docker-compose exec web ./bin/
.