mcpa-stlouis / hack-the-arch

Welcome to HackTheArch! A free open source scoring server for cyber Capture the Flag competitions!
https://hackthearch.herokuapp.com
MIT License
67 stars 28 forks source link

Static pages in app/views/static_pages/ are not updating #51

Closed bbucklin95 closed 6 years ago

bbucklin95 commented 6 years ago

I was trying to edit some of the static pages for the project and the project is not updating the pages with the changes I have made. I have tried clearing my browser cache, using a different computer to view the changes, restarting the Docker application I am using, restarting the server, comparing output of erb -x file.html.erb and what I see on the website (the erb -x file.html.erb command actually is reflecting the changes I made), and editing my .env file in accordance to this article: config.cache_classes = false config.action_controller.consider_all_requests_local = true config.action_controller.perform_caching = false

I haven't changed any of the settings short of the ones above. Here are some of the settings that I am using to run the application: Docker image - run with docker-compose up Environment: production Version 3.11.3 (ruby 2.5.1-p57), codename: Love Song

Would anyone have an idea of what I'm missing?

bbucklin95 commented 6 years ago

After going through my configuration and such, I had gone through the steps previously of putting hta directory on my system (see Ubuntu 17.10 install instructions file), and I feel like this was messing with this. I plan to reinstall the system, and this project to determine if this is the issue. If I do not open again by 5 pm tomorrow (May 18), consider issue solved.