Hey everyone! Quick question - what kind of setups...
# announcements
f
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
Hi James, welcome. Nice name. What is your ideal hosting option?
Vercel works easily
f
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.