We are not currently providing support for self hosting unless you are on a paid plan, we strongly recommend using our cloud product if you want to try the project before deciding if you want to self host
Laudspeaker Cloud
We recommend you use Laudspeaker cloud, you can see a simple example in this tutorial setting-up-first-journey-with-the-react-sdkDocker
Run services:docker-compose upordocker compose updepending on your version of docker
mongosh --eval "rs.initiate()"
npm installnpm run start
- Postgres:
sudo systemctl stop postgresql.service - Redis:
/etc/init.d/redis-server stop - Mongo:
sudo systemctl stop mongod
docker-compose down --volumes
.env file to both packages/server and packages/client.
We have provided examples which you can use:
mv env-server-example packages/server/.env and mv env-client-example packages/client/.env
Make sure you fill in the fields in the env files before running.