mlibrary / sufia-compose

Small test app for running Sufia under Docker
0 stars 2 forks source link

/usr/src/app/Gemfile not found #3

Closed billdueber closed 8 years ago

billdueber commented 8 years ago
$ dc run web bundle install
Creating volume "sufiacompose_bundle" with local driver
Creating volume "sufiacompose_fcrepo_data" with local driver
Creating volume "sufiacompose_bundle" with local driver
Creating volume "sufiacompose_fcrepo_data" with local driver
/usr/src/app/Gemfile not found
billdueber commented 8 years ago

This time through, I'm getting it with dc up web

$ dc up web
Starting sufiacompose_solr_1
Starting sufiacompose_redis_1
Starting sufiacompose_unison_1
Starting sufiacompose_fcrepo_1
Starting sufiacompose_mysql_1
Starting sufiacompose_web_1

ERROR: for web  Container command 'bin/rails' not found or does not exist.
Attaching to #### this is actually blank here -- Bill ####
botimer commented 8 years ago

This is because of a mismatch between the compose file and the docs. The compose file is set up for unison sharing but the docs don't say anything about that yet. :-(

I will fix this right away.

botimer commented 8 years ago

This should take care of it, though I'll be testing performance of native Docker on Mac. It may not be necessary to use Unison if it gets close enough -- that would certainly be easier.

$ dc up unison
# in another shell
$ dsync