Some Firefox users may need to log in more than once to log in. It's a known Firefox bug. Check "keep me logged in," it might help.

Es posible que algunxs usuarixs de Firefox tengan que conectarse más de una vez para iniciar sesión. Es un error conocido de Firefox. Marca "keep me logged in" (mantenerme conectado), puede ayudar.


B!B!E! Tech Meeting 2022.11.03

From Bike Collectives Wiki

Attendees: Angel, Darin, Jonathan

Added an outline at the bottom of this etherpad document: https://demopad.bikelover.org/p/BikeBike covering what we want to discuss during the Software vs. Paper II workshop.

Jonathan will pull a backup of the wiki DB on Friday around noon Eastern and upload it to wiki2.bikelover.org, so we should try to have all changes to the wiki finalized by then. We can also ask archive.org to store a copy.

We need to get instructions for fixing Bumbleberry from Godwin in case it breaks during the conference again.

November 9, 2022 update:

HOW TO FIX THE BUMBLEBERRY

Godwin says: I just ran the command to rebuild the styles, it will take a while to finish. In case you ever want to run it, here's the command I run:

   truncate nohup.out -s 0 && nohup sh -c 'cd /home/rails && RAILS_ENV=production bundle exec rake bumbleberry:update && RAILS_ENV=production bundle exec rake assets:precompile && RAILS_ENV=production bundle exec rake assets:clean && kill `cat /home/unicorn/production.pid`; RAILS_ENV=production bundle exec unicorn_rails -E production -D -c /home/rails/config/unicorn.rb && kill `cat /home/unicorn/sidekiq_production.pid`; bundle exec sidekiq -d -C config/sidekiq_production.yml -e production -c 25' &

Angel says: Bumbleberry is this awesome little bit of code that makes it so your browser can see the bikebike.org website but it breaks any time someone visits the website with an updated version of a browser. The above code fixes this problem.