You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the refresh process involves running rake tasks that are on a branch. To refresh the primers, follow these steps:
Make sure you have a working up to date mushroom-observer repo. This probably means being on the main branch and having successfully run: bundle install; rails db:migrate; rails lang:update
Download the latest database dump from images.mushroomobserver.org and load into the mo_development database instance.
Checkout njw-mobile-primers and merge in main. There shouldn't be any conflicts, but at least confirm that's the case and resolve any that show up.
Run rails app:name_primer and rails app:locations_primer. These should generate name_primer.json and location_primer.json in the top level of your mushroom-observer repo.
In your mo-mobile repo, make sure you're on the latest version.
Verify that the new name_primer.json and location_primer.json are larger than the ones in the app/store directory of your mo-mobile repo.
Copy the primer files from your mushroom-observer repo into the app/store directory in your mo-mobile repo.
Find recently added name and location. These should be at the end of the primer files.
Build the mo-mobile app and verify that the new files are there.
Check in the primers on a new branch in the mo-mobile repo and get them merged to main.
No description provided.
The text was updated successfully, but these errors were encountered: