Hartmut Niemann
unread,Dec 24, 2019, 12:21:11 PM12/24/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to trac...@googlegroups.com
Hello!
After Matt's hint about touching tracks/.skip-docker I can run tracks with
bundle exec rails server -e production
but pictures and stylesheets and so on are missing, although I set
serve_static_assets: true
in
config/site.yml
What am I doing wrong?
In my understanding, I have two choices. I can run tracks with the
little rails web server, then it would have to serve static files as
well, or I set up apache or another big web server, have that serve the
static stuff and run the tracks pages.
Either would be fine with me, but what would I have to do next to set up
one or the other correctly?
Hartmut