ANSWER: Detailed Install Instructions #46
brianhughesspe
started this conversation in
General
Replies: 1 comment
-
thanks for the detailed instructions. You should add a readme page Pull Request with instructions for mac. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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