mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 19:57:52 +01:00
Update README
This commit is contained in:
committed by
GitHub
parent
d85bce76ad
commit
35536f9181
14
README.md
14
README.md
@@ -3,10 +3,6 @@
|
|||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<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=neutral&period=daily" alt="Astuto - An open source customer feedback tool 🦊 | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>
|
<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=neutral&period=daily" alt="Astuto - An open source customer feedback tool 🦊 | Product Hunt Embed" style="width: 250px; height: 54px;" width="250px" height="54px" /></a>
|
||||||
<br>
|
|
||||||
<h3 align="center">
|
|
||||||
<a href="https://feedback.astuto.io/">✨ Try it out</a>
|
|
||||||
</h3>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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.
|
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.
|
||||||
@@ -27,10 +23,6 @@ Astuto is an open source customer feedback tool. It helps you collect, manage an
|
|||||||
|
|
||||||
## Get started
|
## Get started
|
||||||
|
|
||||||
Read the [Deploy with Docker instructions](https://docs.astuto.io/deploy-docker) for the most comprehensive and up to date guide on installing and configuring Astuto.
|
|
||||||
|
|
||||||
What you find below are minimal instructions to get you started as quickly as possible:
|
|
||||||
|
|
||||||
0. Ensure you have Docker and Docker Compose installed
|
0. Ensure you have Docker and Docker Compose installed
|
||||||
1. Create an empty folder
|
1. Create an empty folder
|
||||||
2. Inside that folder, create a `docker-compose.yml` file with the following content:
|
2. Inside that folder, create a `docker-compose.yml` file with the following content:
|
||||||
@@ -57,14 +49,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
dbdata:
|
dbdata:
|
||||||
```
|
```
|
||||||
3. Edit the environment variables to fit your needs. You can find more information about env variables in the [documentation](https://docs.astuto.io/deploy-docker/#2-edit-environment-variables).
|
3. Edit the environment variables to fit your needs
|
||||||
4. Run `docker compose pull && docker compose up`
|
4. Run `docker compose pull && docker compose up`
|
||||||
5. You should now have a running instance of Astuto on port 3000. A default user account has been created with credentials email: `admin@example.com`, password: `password`.
|
5. You should now have a running instance of Astuto on port 3000. A default user account has been created with credentials email: `admin@example.com`, password: `password`.
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
Check out [docs.astuto.io](https://docs.astuto.io/) to learn how to deploy Astuto, configure custom OAuth providers and webhooks, use our REST API and more!
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
There are many ways to contribute to Astuto, not just coding. Proposing features, reporting issues, translating to a new language or improving documentation are a few examples! Please read our [contributing guidelines](https://github.com/riggraz/astuto/blob/main/CONTRIBUTING.md) to learn more.
|
There are many ways to contribute to Astuto, not just coding. Proposing features, reporting issues, translating to a new language or improving documentation are a few examples! Please read our [contributing guidelines](https://github.com/riggraz/astuto/blob/main/CONTRIBUTING.md) to learn more.
|
||||||
|
|||||||
Reference in New Issue
Block a user