ShenaniganDApp / shenanigan-monorepo

17 stars 4 forks source link

Infrastructure v1 #175

Closed alexpbrown closed 3 years ago

alexpbrown commented 3 years ago

We need to lay the groundwork for scalable infrastructure going forward

Nice to have:

youngkidwarrior commented 3 years ago

Love to see this issue @alexpbrown

We do have a DNS name registered

http://she.energy

Let's try to update our staging server as a test run.

Running the server is only two commands right now, so a Docker file shouldn't be too complex.

Checkout the one we have already

alexpbrown commented 3 years ago

Yep, I've been using that one as a base to start from! I spent some time digging into yarn / npm dependency issues while building from a fresh checkout - the main problem was with packages/builder/package.json:28 "@opengsn/gsn": "git+https://github.com/opengsn/gsn#solc-0.7.5", this branch no longer exists. I'll submit some PRs tomorrow.

BTW I'm also trying to spin things up with local mongo (for testing), but it looks like using the remote cluster is hardcoded.

youngkidwarrior commented 3 years ago

@alexpbrown yeah we have a PR to fix that. Just remove it, we don't use it anymore!