Bugfixes in install

This commit is contained in:
frikky
2020-06-15 06:08:32 +02:00
parent 3e07861435
commit d4291cd268
2 changed files with 3 additions and 4 deletions
+2 -4
View File
@@ -7,7 +7,7 @@
## Try it ## Try it
* Self-hosted: Check out the [installation guide](https://github.com/frikky/shuffle/blob/master/install-guide.md). * 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 ## Related repositories
* Apps: https://github.com/frikky/shuffle-apps * Apps: https://github.com/frikky/shuffle-apps
@@ -16,9 +16,7 @@
* Documentation: https://github.com/frikky/shuffle-docs * Documentation: https://github.com/frikky/shuffle-docs
## Documentation ## Documentation
Documentation can be found on https://shuffler.io/docs/about or in your own instance. Currently lacking: Documentation can be found on https://shuffler.io/docs.
* API documentation
* Updates after migrating from SaaS to open source
## Features ## Features
* Simple workflow automation editor * Simple workflow automation editor
+1
View File
@@ -25,6 +25,7 @@ docker-compose up -d
1. After installation, go to http://localhost:3001/adminsetup (or your servername) 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. 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) ![Admin account setup](shuffle_adminaccount.png)