billpet
Apprentice
I'm not sure if there is an interest in this, but I was having trouble getting Beersmith to work under non-Debian based Linux, specifically Archlinux. It would run under Wine, but was a bit crashy and the fonts looked bad.
Using Docker, Beersmith is essentially running on Debian, within a linux container. It's a big download, 400+M installed, so this is not the most efficient way to run Beersmith, but so far it works great for me. The only thing not working is sound. So, if you use the timers, there is no alarm. It should be possible with Docker, I just haven't been able to figure it out; let me know if you can get it to work.
I have not tested everything, but enough that it seems like everything is working. I have also only tested under Archlinux, but if you can install Docker, it should work under any Linux.
Here is the Docker Hub repository:
https://hub.docker.com/r/bpeters504/beersmith2/
Instructions for running it are there, I don't want to put that here because if I find a problem I want to just update it in one place.
You will see in the commandline for starting it, it expects you to have a $HOME in your environment, as well as existing $HOME/Documents and $HOME/.beersmith2 directories. The Documents directory allows you to have a place to save/export files, and the .beersmith2 is where the database is. If you use a different directory structure, just change those -v options on the commandline.
Let me know how it works for you either here or on the Docker site.
Cheers!
-Bill
Using Docker, Beersmith is essentially running on Debian, within a linux container. It's a big download, 400+M installed, so this is not the most efficient way to run Beersmith, but so far it works great for me. The only thing not working is sound. So, if you use the timers, there is no alarm. It should be possible with Docker, I just haven't been able to figure it out; let me know if you can get it to work.
I have not tested everything, but enough that it seems like everything is working. I have also only tested under Archlinux, but if you can install Docker, it should work under any Linux.
Here is the Docker Hub repository:
https://hub.docker.com/r/bpeters504/beersmith2/
Instructions for running it are there, I don't want to put that here because if I find a problem I want to just update it in one place.
You will see in the commandline for starting it, it expects you to have a $HOME in your environment, as well as existing $HOME/Documents and $HOME/.beersmith2 directories. The Documents directory allows you to have a place to save/export files, and the .beersmith2 is where the database is. If you use a different directory structure, just change those -v options on the commandline.
Let me know how it works for you either here or on the Docker site.
Cheers!
-Bill