ANSWER: Detailed Install Instructions #46
Replies: 3 comments 3 replies
-
thanks for the detailed instructions. You should add a readme page Pull Request with instructions for mac. |
Beta Was this translation helpful? Give feedback.
-
In Visual Studio Code,...(external editor) /Explorer. I've got no items on the left? Am I missing something? Thank you |
Beta Was this translation helpful? Give feedback.
-
I would like to try this but I'm stuck here : Download the JSON file Wim |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if all of this is absolutely necessary as I too am a novice coder, but this is what worked for me:
Setup
Install Docker Desktop on your system.
Install GitHub Desktop on your system.
Install Visual Studio Code on your system.
Install Python on your system
From GitHub Desktop, go to File>Clone a repository>URL
a. Add https://github.com/mtalcott/google-photos-deduper.git to the URL field, and choose the path you want it installed to (this should download the files you need to your machine, which we will need for step 4)
Create a Google Cloud project and OAuth credentials.
From GitHub Desktop, choose to Open the repository in your external editor

From the items on the left, right click example.env, copy, and paste into the same location, rename that new file as simply “.env” without the quotes

Open terminal/command prompt and Generate FLASK_SECRET_KEY with:
Add GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET from the client_id and client_secret values from the client secret file created above (JSON that you downloaded in step 3.e.
File>save
Start
Easiest way for me to do this was to open the repository location in finder/file explorer and opening a new terminal/command prompt starting at that folder

Then from terminal/cmd, Run docker-compose up
Beta Was this translation helpful? Give feedback.
All reactions