riggraz / astuto
- понедельник, 13 января 2020 г. в 00:18:18
Ruby
A free, open source, self-hosted customer feedback tool 🦊
Try the online demo!
Astuto is a free, open source, self-hosted customer feedback tool. It helps you collect, manage and prioritize feedback from your users. It has been heavely inspired by Canny.io ("astuto", indeed, is the italian translation of the word "canny"). If you are interested, you can check out a demo of Astuto.
Note: it is strongly suggested to run Astuto on Linux or macOS. As of today, Windows is likely to cause problems. If you want to try anyway, follow along with the Windows users installation guide.
.env and fill it with the required environment variables (see .env-example for an example and check this wiki page for an explanation of the variables).script/docker-update-and-run.sh.localhost:3000. A default user account has been created with credentials email: admin@example.com, password: password.script/docker-run.sh. If you installed new gems, packages or updated the database schema, you first need to run script/docker-update.sh and then script/docker-run.sh. You can run them together with script/docker-update-and-run.sh.script/docker-update-and-run.sh if unsure whether you should update or not. However, please note that script/docker-update-and-run.sh takes more time to run than script/docker-run.sh..env you have to restart the instance for these changes to take effect.Astuto is licensed under the GNU GPLv3 license. You are welcome to contribute:
rspec inside the web container. Before you can run rspec, you need to uncomment the Google Chrome installation lines in docker/app/Dockerfile and run ./script/docker-update-and-run.sh.