Files
astuto/README.md

62 lines
3.6 KiB
Markdown
Raw Normal View History

2019-12-19 15:31:03 +01:00
<p align="center"><img width="400" src="./images/logo-and-name.png" /></p>
<p align="center">
2020-07-26 16:34:09 +02:00
<img alt="GitHub" src="https://img.shields.io/github/license/riggraz/astuto?color=black&style=flat">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/riggraz/astuto?color=black&style=flat">
<br>
<a href="https://www.producthunt.com/posts/astuto?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-astuto" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=179870&theme=dark&period=daily" alt="Astuto - An open source customer feedback tool 🦊 | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>
2019-12-19 15:31:03 +01:00
</p>
2019-08-18 14:51:37 +02:00
2022-06-13 15:04:57 +02:00
<h3 align="center"><a href="http://65.21.148.99:3000/">Try the demo out</a></h3>
<h5 align="center">To login as administrator:<br />email: admin@example.com | pass: password</h5>
2019-12-19 15:31:03 +01:00
## What is Astuto?
2022-06-13 15:04:57 +02:00
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](https://canny.io/) ("astuto", indeed, is the italian translation of the word "canny").
2019-08-18 14:51:37 +02:00
2020-07-26 16:34:09 +02:00
<img src="./images/featured-image.png" />
## Features
* Collect and manage feedback
2022-06-13 15:04:57 +02:00
* Create custom boards and statuses, to better organize feedback
* Customize your roadmap, to let your users know what you're working on
* Many more...
2020-01-13 11:10:14 +01:00
2019-10-05 17:20:23 +02:00
## Requirements
2019-08-18 14:51:37 +02:00
2019-12-19 15:31:03 +01:00
* Docker ([installation instructions](https://docs.docker.com/install/))
* Docker Compose ([installation instructions](https://docs.docker.com/compose/install/))
2019-08-18 14:51:37 +02:00
2019-10-05 17:20:23 +02:00
## Installation
2019-08-18 14:51:37 +02:00
**Note**: it is strongly suggested to run Astuto on Linux or macOS. As of today, Windows is likely to [cause problems](https://github.com/riggraz/astuto/wiki/Common-problems#standard_init_linuxgo211-exec-user-process-caused-no-such-file-or-directory). If you want to try anyway, follow along with the [Windows users installation guide](https://github.com/riggraz/astuto/wiki/Installation-for-Windows-users).
2022-06-13 15:04:57 +02:00
### Manual (for development)
1. Clone this repository.
2. In Astuto's root directory, create a file named `.env` and fill it with the required environment variables (see `.env-example` for an example and check [this wiki page](https://github.com/riggraz/astuto/wiki/Required-environment-variables) for an explanation of the variables).
3. Run `script/docker-update-and-run.sh`.
4. You should now have a running instance of Astuto at `localhost:3000`. A default user account has been created with credentials email: `admin@example.com`, password: `password`.
### Using DockerHub image (fastest)
Coming soon!
2019-08-18 14:51:37 +02:00
2019-10-05 17:20:23 +02:00
## Post-installation notes
2019-08-18 14:51:37 +02:00
* **If you run into any problems take a look at the [common problems page](https://github.com/riggraz/astuto/wiki/Common-problems)**.
2019-10-05 17:20:23 +02:00
* 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`.
* If you changed some environment variables in `.env` you have to restart the instance for these changes to take effect.
2019-08-18 14:51:37 +02:00
2019-10-05 17:20:23 +02:00
## Contributing
2019-08-18 14:51:37 +02:00
2022-06-13 15:04:57 +02:00
You are welcome to contribute:
* Read our [contributing guidelines](https://github.com/riggraz/astuto/blob/main/CONTRIBUTING.md)
* Join the [Discord channel](https://discord.gg/SrtUMRp) to get in touch
A huge thank you to all people who contributed:
<a href="https://github.com/riggraz/astuto/graphs/contributors">
<img src="https://contrib.rocks/image?repo=riggraz/astuto" />
</a>