Update Using Bulkrax CRC1280 Folder Parser to do Imports authored by Johannes Frenzel's avatar Johannes Frenzel
...@@ -134,7 +134,7 @@ When a new CRCDataset is imported again (it was previously imported), it will cr ...@@ -134,7 +134,7 @@ When a new CRCDataset is imported again (it was previously imported), it will cr
### Troubleshooting ### Troubleshooting
#### reschedule pending jobs from the rails console #### reschedule pending jobs from the rails console
1. connect to the web container 1. connect to the web container
`docker exec -it "${USER}-web-1" /bin/bash` `docker exec -it web-1 /bin/bash`
2. `rails c` 2. `rails c`
3. 3.
```ruby ```ruby
... ...
......