From b41fca7e6c18839092507e706d4cadc6ff1f0584 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Thu, 22 Sep 2022 00:47:20 +0300 Subject: [PATCH 1/2] feat: Add readme file --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..5976538a --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +# Automatisch - Open Source Zapier Alternative + +![Automatisch - Screenshot](https://user-images.githubusercontent.com/2501931/191562539-e42f6c34-03c7-4dc4-bcf9-7f9473a9c64f.png) + +🧐 Automatisch is a business automation tool that lets you connect different services like Twitter, Slack, and more to automate your business processes. + +💸 Automating your workflows doesn't have to be a difficult or expensive process. You also don't need any programming knowledge to use Automatisch. + +## Advantages + +There are other existing solutions in the market, like Zapier and Integromat, so you might be wondering why you should use Automatisch. + +✅ The most significant advantage of having Automatisch is keeping your data on your own servers. Not all companies want to use an automation service in the cloud, and the current open-source or self-hosted solutions mainly focus on developers rather than a user without a technical background. + +🤓 Your contributions are vital to the development of Automatisch. As an open-source software, anyone can have an impact on how it is being developed. + +💙 No vendor lock-in. If you ever decide that Automatisch is no longer helpful for your business, you can switch to any other provider, which will be easier than switching from the one cloud provider to another since you have all data and flexibility. + +## Documentation + +The official documentation can be found here: [https://automatisch.io/docs](https://automatisch.io/docs) + +## Installation + +```bash +# Clone the repository +git clone git@github.com:automatisch/automatisch.git + +# Go to the repository folder +cd automatisch/docker/compose + +# Start +docker compose up +``` + +You can use `user@automatisch.io` email address and `sample` password to login to Automatisch. You can also change your email and password later on from the settings page. + +## Community Links + +- [Github](https://github.com/automatisch/automatisch) +- [Discord](https://discord.gg/dJSah9CVrC) +- [Twitter](https://twitter.com/automatischio) + +## Support + +If you have any questions or problems, please visit our GitHub discussions page, and we'll try to help you as soon as possible. + +[https://github.com/automatisch/automatisch/discussions](https://github.com/automatisch/automatisch/discussions) + +## Contribution Guide + +You can access to the [contribution guide](https://docs.automatisch.io) page from the documentation website. + +## License + +Automatisch is an open-source software with an [AGPL 3.0 license](https://github.com/automatisch/automatisch/blob/main/LICENSE.md). From e1354c15fc82ac4f88ce0bfc8dbcc54bd26c2fad Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Thu, 22 Sep 2022 00:56:27 +0300 Subject: [PATCH 2/2] docs: Fix wording for advantages of Automatisch --- packages/docs/pages/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/pages/index.md b/packages/docs/pages/index.md index 0365650c..437ff62c 100644 --- a/packages/docs/pages/index.md +++ b/packages/docs/pages/index.md @@ -30,9 +30,9 @@ There are other existing solutions in the market, like Zapier and Integromat, so ✅ The most significant advantage of having Automatisch is **keeping your data on your own servers**. Not all companies want to use an automation service in the cloud, and the current open-source or self-hosted solutions mainly focus on developers rather than a user without a technical background. -🤓 Your contributions are vital to the development of Automatisch. As **open-source software**, anyone can have an impact on how it is being developed. +🤓 Your contributions are vital to the development of Automatisch. As an **open-source software**, anyone can have an impact on how it is being developed. -💙 **No vendor lock-in**. If you ever decides that Automatisch is no longer helpful for your business, you can switch to any other provider, which will be easier than switching from the one cloud provider to another since you have all data and flexibility. +💙 **No vendor lock-in**. If you ever decide that Automatisch is no longer helpful for your business, you can switch to any other provider, which will be easier than switching from the one cloud provider to another since you have all data and flexibility. ## Let's start!