jimmykane / quantified-self

Compare files from various activity trackers
GNU Affero General Public License v3.0
188 stars 24 forks source link

Create a real ReadMe.md #46

Open jimmykane opened 6 years ago

ryancornia commented 4 years ago

This would be really useful.I was trying to install self hosted, but it appears there is another service involved on port 5000 (to download data from garmin)? Any direction on where to get that service and set it up?

jimmykane commented 4 years ago

If you are running it on localhost:

http://localhost:4200/

Should be the port the AngularCli sets.

If you can paste some output I can help.

And yes I do plan adding a good readme with your own DB etc

jimmykane commented 4 years ago

If you need any help in 1:1 chat settings this up in your own firebase or local db we can find a way. There is a slack channel

ryancornia commented 4 years ago

Thanks, I will try to slack channel when I have some time to debug a bit more first. I noticed in the environments file:

getGarminHealthAPIAuthRequestTokenRedirectURI: 'http://localhost:5000/quantified-self-io/europe-west2/getGarminHealthAPIAuthRequestTokenRedirectURI',

which made me think I needed another service running on localhost besides :4200.

jimmykane commented 4 years ago

Yeah I see. It's the functions. You could not run them for start. The client should be able to run.

I need to add info also about how you can set and request an API token for an app from SUUNTO and Garmin. That's why just plain running the functions, in many cases, might not work.

Give me a little time

On Fri, 31 Jul 2020, 21:37 Ryan, notifications@github.com wrote:

Thanks, I will try to slack channel when I have some time to debug a bit more first. I noticed in the environments file:

getGarminHealthAPIAuthRequestTokenRedirectURI: ' http://localhost:5000/quantified-self-io/europe-west2/getGarminHealthAPIAuthRequestTokenRedirectURI ',

which made me think I needed another service running on localhost besides :4200.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/jimmykane/quantified-self/issues/46#issuecomment-667316436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJVX42QOKTECP3GLGD5ZNTR6MMOFANCNFSM4E5LZT2Q .

nikossyr commented 2 years ago

Hi! I stambled upon the project today and it seems very interesting. I wanted to run it locally and connect it to a local db (for privacy reasons) but with no luck. Do you have a wiki for that? Or anything similar for that matter? Thank you! Great work!