New here, encouraged (from Discord) to try my questions here.
Pharo-snap made some of the config problems go away, but when I try starting Pharo on AWS, I get:
ubuntu@ip-172-31-16-17:~$ ./pharo Pharo-sea-roa-sound.image
Usage: [<subcommand>] [--help] [--copyright] [--version] [--list] [ --no-quit ]
--help print this help message
--copyright print the copyrights
--version print the version for the image and the vm
--list list a description of all active command line handlers
--no-quit keep the image running without activating any other command line handler
--deploymentPassword if a password needs to be used by the user to launch the command
--readWriteAccessMode, --readOnlyAccessMode, --writeOnlyAccessMode, --disabledAccessMode
specify disk access mode, read-write mode as default
<subcommand> a valid subcommand in --list
Preference File Modification:
--preferences-file load the preferences from the given <FILE>
--no-default-preferences do not load any preferences from the default locations
A PharoCommandLineHandler handles default command line arguments and options.
The PharoCommandLineHandler is activated before all other handlers.
It first checks if another handler is available. If so it will activate the found handler.
Clearly, I���m doing something wrong, but don���t know what the next step is, since there isn���t an explicit error message.