ElizaOS server setup
Step by step guide to set up your Eliza server for running smart media templates
Last updated
Step by step guide to set up your Eliza server for running smart media templates
Last updated
You can setup your server in one click by deploying our template directly.
For help with filling out the environment variables continue to the .
The easiest way to get started is by forking our Eliza repo at the client-bonsai
branch
Once you've forked it you can run it locally or deploy it to your server. You'll need to connect a MongoDB database and a Redis instance through the environment variables.
Now you can fill in the environment variables required for the Bonsai Client. The default .env.example for the ElizaOS server has entries for all of the included plugins but most (if not all) of these are not necessary unless you want to use their respective plugins.
For the ones required by the Bonsai Client scroll to the section that says # Bonsai Client Configuration
pnpm install
pnpm build
pnpm run
Thats it! Your server is up and running and you can start building new Smart Media templates.