Giter VIP home page Giter VIP logo

docker-resque-web's People

Contributors

abuisine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-resque-web's Issues

missing assets in latest docker image

F, [2017-02-11T13:49:51.643118 #1] FATAL -- : [e64b182d-7615-47ed-835a-eb807e792d05] ActionView::Template::Error (couldn't find file 'twitter-bootstrap-static/fontawesome' with type 'text/css'
Checked in these paths:
/resque-scheduler-web/app/assets/config
/resque-scheduler-web/app/assets/images
/resque-scheduler-web/app/assets/javascripts
/resque-scheduler-web/app/assets/stylesheets
/resque-scheduler-web/vendor/assets/javascripts
/resque-scheduler-web/vendor/assets/stylesheets
/usr/local/bundle/gems/resque-scheduler-web-1.1.0/app/assets/javascripts
/usr/local/bundle/gems/resque-scheduler-web-1.1.0/app/assets/stylesheets
/usr/local/bundle/gems/resque-web-0.0.9/app/assets/images
/usr/local/bundle/gems/resque-web-0.0.9/app/assets/javascripts
/usr/local/bundle/gems/resque-web-0.0.9/app/assets/stylesheets
/usr/local/bundle/gems/twitter-bootstrap-rails-4.0.0/app/assets/fonts
/usr/local/bundle/gems/twitter-bootstrap-rails-4.0.0/app/assets/javascripts
/usr/local/bundle/gems/twitter-bootstrap-rails-4.0.0/app/assets/stylesheets
/usr/local/bundle/gems/twitter-bootstrap-rails-4.0.0/vendor/assets/stylesheets
/usr/local/bundle/gems/jquery-rails-4.2.2/vendor/assets/javascripts

...snip

Get something error resque

Hello

I have try pull your image and config database redis, but when I running command below

$ docker run --name resque-web -p 8080:80 -e RAILS_RESQUE_REDIS=xx.xx..xx:6379:0 -d abuisine/resque-web

After that I go to the url http://localhost:8080/resque_web then capture log docker

[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action'
[08de3f65-266b-460e-804c-5ad187fe7c32] activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionview (5.1.4) lib/action_view/rendering.rb:30:in `process'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/engine.rb:522:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/railtie.rb:185:in `public_send'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/railtie.rb:185:in `method_missing'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/mapper.rb:46:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/etag.rb:25:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/conditional_get.rb:25:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/head.rb:12:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/rack/logger.rb:24:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/method_override.rb:22:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/runtime.rb:22:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] rack (2.0.3) lib/rack/sendfile.rb:111:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] railties (5.1.4) lib/rails/engine.rb:522:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/configuration.rb:225:in `call'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/server.rb:605:in `handle_request'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/server.rb:437:in `process_client'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/server.rb:301:in `block in run'
[08de3f65-266b-460e-804c-5ad187fe7c32] puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread'

Any suggestion to fix this?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.