Eric Enns

Results 7 comments of Eric Enns

I am having the same problem and tried what @chrisvel described but that isn't working for me.

I ended up getting it working, I just had to add the fonts to be precompiled assets which I was missing.

I got this working on Ubuntu 18.04 by changing my `/etc/systemd/resolved.conf` to have the following content: ``` # This file is part of systemd. # # systemd is free software;...

Looks like these were renamed here without a migration. https://github.com/phac-nml/irida/pull/1324/files#diff-5d152508efbb40d0fa7ce82627c2a24635689d9d4b2662005e0533f2a46c649f

HI @curfano, would you be able to provide more detail on what your mean by "sub-folder". IRIDA currently doesn't have any concept of "folders" so I am unsure of exactly...

@stereobooster that is a really great idea, are you still using your prototype?

I have fixed this issue by adding the following lines to my config/deploy.rb ``` Rake::Task["rvm1:install:ruby"].clear_prerequisites before "bundler:install", "rvm1:install:ruby ``` If you do not use capistrano-bundler you can use the following...