julia_packages icon indicating copy to clipboard operation
julia_packages copied to clipboard

Sitemap is currently hardcoded in

Open djsegal opened this issue 4 years ago • 2 comments

as of: https://github.com/djsegal/julia_packages/commit/9ac885326f54a5bcfebc6f09d601b687016ff248

// to fix it, would have to do something similar to:

  • https://github.com/kjvarga/sitemap_generator/wiki/Generate-Sitemaps-on-read-only-filesystems-like-Heroku

djsegal avatar Apr 01 '20 08:04 djsegal

for the record, the current implementation requires:

  1. calling rake sitemap:refresh:no_ping
  2. pusing updated sitemap.xml.gz file to github/heroku
  3. calling heroku run rake sitemap:refresh

djsegal avatar Apr 09 '20 00:04 djsegal

// tangentially related to this is that you need to run this after a seed: heroku restart

(where seeds are done with heroku run rake db:seed)

djsegal avatar Apr 12 '20 10:04 djsegal