Astuto is an open source customer feedback tool. It helps you collect, manage, and prioritize feedback from your customers, so you can build a better product.
You can install Docker Desktop which includes everything you need to run Astuto. If you are on Linux, you may instead install Docker Engine, Docker CLI and then install the Docker Compose Plugin.
docker-compose.yml
file with the following content:version: '3.4'
services:
db:
image: postgres:14.5
environment:
POSTGRES_USER: yourpostgresusername
POSTGRES_PASSWORD: yourpostgrespassword
volumes:
- dbdata:/var/lib/postgresql/data
web:
image: riggraz/astuto:latest
environment:
POSTGRES_USER: yourpostgresusername
POSTGRES_PASSWORD: yourpostgrespassword
BASE_URL: http://yourwebsite.com
SECRET_KEY_BASE: yoursecretkeybase
ports:
- "3000:3000"
depends_on:
- db
volumes:
dbdata:
docker compose pull
docker compose up
[email protected]
, password: password
.Note: if you are on Linux and you encounter permission-denied errors when running Docker commands, try to run them as administrator.
Note: this installation method is suggested for developers and contributors. If you just want to deploy your Astuto instance or try it out, we recommend following the above DockerHub installation instructions.
You are welcome to contribute:
The Astuto logo was created by Freepik Flaticon.
A huge thank you to all the people who contributed: