Manual install
π Alert
Currently for releases used only basic bun version.If you are working with virtual machines, you need to enable AVX2 support.
Or you can clone repository and compile to binary baseline version (in future i fix this)If you donβt use docker/kubes, you can install manually.
Before install:
- redis-stack:7.2.0-v18 or higher (we need to use RediSearch module)
- Caddy/Nginx/Apache for serving static pages.
- Bun
You can use my configurations for docker in git repository:
- docker/redis/redis.conf
- docker/caddy/Caddyfile
Then download actual build release.
Unzip file, rename .env.example to .env. Set variables.
For frontend use reverse proxy (need to proxy backend api, or you will see CORS errors)
For backend use bun like bun backend/index.js or you can demonize with PM2