···2233The fastest way to get HappyView running is with Railway. This template deploys HappyView and Postgres with a single click:
4455-[](https://railway.com/deploy/happyview?referralCode=0QOgj_)
55+- [HappyView w/ SQLite template](https://railway.com/deploy/happyview-2-sqlite-1?referralCode=0QOgj_)
66+- [HappyView w/ PostgreSQL template](https://railway.com/deploy/happyview-2-postgresql?referralCode=0QOgj_)
77+88+[](https://railway.com/deploy/happyview-2-sqlite-1?referralCode=0QOgj_)
69710## Required configuration
811912After deploying the template, you'll need to configure a few things before the stack works properly:
101311141. **Set your session secret.** In the HappyView service variables, set `SESSION_SECRET` to a random string of at least 64 characters. This is used to sign session cookies.
1515+1216 ```sh
1317 openssl rand -base64 48
1418 ```