From d4291cd268b72f75dc5db75dd187260f5b882335 Mon Sep 17 00:00:00 2001 From: frikky Date: Mon, 15 Jun 2020 06:08:32 +0200 Subject: [PATCH] Bugfixes in install --- README.md | 6 ++---- install-guide.md | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04fefd6e..9d8c916d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Try it * Self-hosted: Check out the [installation guide](https://github.com/frikky/shuffle/blob/master/install-guide.md). -* Cloud: Register at https://shuffler.io/register and get cooking (there are some differences!) +* Cloud: Register at https://shuffler.io/register and get cooking (old, missing a lot of features) ## Related repositories * Apps: https://github.com/frikky/shuffle-apps @@ -16,9 +16,7 @@ * Documentation: https://github.com/frikky/shuffle-docs ## Documentation -Documentation can be found on https://shuffler.io/docs/about or in your own instance. Currently lacking: -* API documentation -* Updates after migrating from SaaS to open source +Documentation can be found on https://shuffler.io/docs. ## Features * Simple workflow automation editor diff --git a/install-guide.md b/install-guide.md index d36849df..1945cf93 100644 --- a/install-guide.md +++ b/install-guide.md @@ -25,6 +25,7 @@ docker-compose up -d 1. After installation, go to http://localhost:3001/adminsetup (or your servername) 2. Now set up your admin account (username & password). Shuffle doesn't have a default username and password. +3. Check out https://shuffler.io/docs/configuration as it has a lot of useful information to get started ![Admin account setup](shuffle_adminaccount.png)