-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploying #4
Comments
I made some (very brief) notes when I set this up a while back. I'll just paste them below. The basic outline is to create the The final step is running
The "test SQS" step is optional, that just shows you how to confirm that SQS is set up properly. |
Thanks, I think I got it! Amazing instructions. |
Hey, sorry again lol, but I figured I'd ask here instead of making a second issue elsewhere. You wouldn't happen to have similar instructions for iqdbs would you? |
Sorry, but it's been awhile since I installed iqdbs and I forgot to write down the procedure once I got it working. The basic idea is similar though: run Also you'll have to compile and install |
Yeah I think I got it. Thanks a lot. the only issue I seem to have left is importing to it? The script doesn't seem to work for me. Poking around leads me to believe that /script/fixes/029_iqdb_import.rb was prior to the creation of iqdbs? Correct me if I'm wrong |
It was. You'd have to script it yourself. I haven't done it myself but something like this might work: #!/bin/sh
rails runner 'Post.all.pluck(:id, :md5).each { |id, md5| puts "#{id}:#{md5}.jpg" }' > files.txt
iqdb add iqdb.db < files.txt |
Sorry to bother you with newb stuff.
Is there any way I could get instructions for deploying this? iqdb/iqdbs and archives seem less straight-forward than danbooru is.
The text was updated successfully, but these errors were encountered: