cubiomes-viewer
cubiomes-viewer copied to clipboard
how can i run it on a server without GUI?
sorry for a poor question
You're probably looking for Cubiomes, which serves as the underlying code for most of the features in Cubiomes Viewer.
A headless mode would be nice though, maybe through a command line flag?
Something like ./cubiomes --nogui --config
On Fri, Jun 16, 2023, 11:52 PM Nel-S @.***> wrote:
You're probably looking for Cubiomes https://github.com/Cubitect/cubiomes, which serves as the underlying code for most of the features in Cubiomes Viewer.
— Reply to this email directly, view it on GitHub https://github.com/Cubitect/cubiomes-viewer/issues/237#issuecomment-1595648238, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVRMB4OAM3AQ6IKUW3V7SU3XLVHZVANCNFSM6AAAAAAZBXX6SY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
With version 4.0. there is now a headless mode with --nogui which will start a search for the default session.
Different searches can be run by specifying another session file via --session=<FILE>.
By default the results are written to stdout, but you can also set an output file with --out=FILE, which writes the results to that file, while providing progress information at the command line.