2019-08-18 14:51:37 +02:00
2019-10-01 19:15:03 +02:00
2019-08-18 14:51:37 +02:00
2019-08-18 14:51:37 +02:00
2019-08-18 14:51:37 +02:00
2019-09-23 12:14:35 +02:00
2019-08-18 14:51:37 +02:00
2019-08-18 14:51:37 +02:00
2019-08-18 14:51:37 +02:00
2019-08-18 14:51:37 +02:00
2019-08-18 15:03:33 +02:00
2019-08-18 14:51:37 +02:00
2019-09-23 18:41:38 +02:00
2019-09-04 21:12:07 +02:00
2019-11-09 16:24:55 +00:00
2019-10-05 17:32:08 +02:00
2019-09-30 18:10:51 +02:00
2019-09-05 17:47:41 +02:00
2019-08-18 14:51:37 +02:00
2019-10-06 15:08:26 +02:00
2019-09-30 18:10:51 +02:00

Astuto

Astuto is a free, open source, self-hosted customer feedback tool. It has been heavely inspired by Canny.io ("astuto", indeed, is the italian translation of the word "canny"). You can check out a demo here.

Requirements

  • Docker (installation instructions here)
  • Docker Compose (installation instructions here)

Installation

  1. Ensure that you have the required software installed.
  2. Download Astuto from here or by cloning this repo.
  3. In the root directory, create a file named .env and write the required environment variables (see file .env-example for an example and check this page for an explanation of the variables).
  4. Run script/docker-update-and-run.sh.
  5. You should now have a running instance of Astuto, check it out at localhost:3000. A default user account has been created with credentials email: admin@example.com, password: password.

Post-installation notes

  • When you want to launch Astuto you have to run 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.
  • You can always run 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.
  • If you changed some environment variables in .env you have to restart the instance for these changes to take effect.

Contributing

Astuto is licensed under the GNU GPLv3 license. You are welcome to contribute:

  • Here you can find a todo list of what we would like to work on next.
  • Here you can take a look at the contributing guidelines.
  • Here you can take a look at the technologies used to build Astuto. Don't wory, you do not need to know all of them!
  • You can run the test suite by typing rspec.
  • If you just have some suggestions you can create an issue or email us directly.
Description
A free, open source, self-hosted customer feedback tool 🦊
Readme AGPL-3.0 6.7 MiB
Languages
TypeScript 48.4%
Ruby 42%
HTML 5.2%
SCSS 3.5%
Dockerfile 0.4%
Other 0.5%