https://www.growthbook.io/ logo
f

full-market-88039

08/09/2021, 8:54 PM
Hey everyone! Quick question - what kind of setups have you had the best experience with running this as a self-hosted solution? AWS ECS seems like a natural option but figured some of you may have played around with porting the express/next.js to vercel, DO, etc.
f

fresh-football-47124

08/09/2021, 8:56 PM
Hi James, welcome. Nice name. What is your ideal hosting option?
Vercel works easily
f

future-teacher-7046

08/09/2021, 9:50 PM
ESC is definitely easiest, but if you don't want to deal with containers, the Dockerfile is really simple so replicating that directly on a DO ubuntu instance should be pretty straight forward. Install node.js, python, numpy, and scipy. Then clone the repo, run
yarn install
,
yarn build
, and
yarn start
. Then set up a reverse proxy like nginx.
5 Views