You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Docker is a powerful platform, allowing Machinaris to run on all sorts of different systems, the current approach of using docker run or docker-compose.yaml is really error prone for new users to get right the first time. This needlessly delays the setup process.
Machinaris needs a cross-platform GUI-installer that will prompt the user for needed information such as:
Install-mode
Volume mounts
Required environment variables
The installer will then either create the Docker compose (or run script), set it to restart automatically, and open the user's browser to the Machinaris site.
The text was updated successfully, but these errors were encountered:
For now, I've added docker-compose.yaml and run scripts for Powershell and Bash to the root folder. Let's see how straight-forward this is for new users.
I agree the number of issues I have answered on YouTube (bitbybit here) has been clsutered around common-for-docker, yet uncommon-for-layment nomenclature and operational procedures.
Closing as I chose to go with a Docker run/compose Launch Wizard where a user enters their system details into a form and the required/formatted Docker command is output:
Once installed, the Workers page offers a similar Launch Wizard:
Values, such as plotting keys, are automatically filled into the form, greatly minimizing the previous effort to hand-type the correct command. Hope this helps all new users of Machinaris!
While Docker is a powerful platform, allowing Machinaris to run on all sorts of different systems, the current approach of using
docker run
ordocker-compose.yaml
is really error prone for new users to get right the first time. This needlessly delays the setup process.Machinaris needs a cross-platform GUI-installer that will prompt the user for needed information such as:
The installer will then either create the Docker compose (or run script), set it to restart automatically, and open the user's browser to the Machinaris site.
The text was updated successfully, but these errors were encountered: