51 has been for a while, just not nearly as often as before50 So that bug is back again
yarn run gen_window {window_name}
yarn run gen_routes
52 I think I rather make a script that checks if everything is installed and runs my own scripts instead of making something that installs everything. After all I don't think setting it up is too difficult yet and I can always dive into docker if it really becomes a problem.51 Probably. Worst case, write a script that handles it for common distros.
52 I'm pretty sure that it being inside docker makes it easier to start again? Considering it rebuilds the whole environment the application will be in every time something changes. Also, if it has ssh access I think its not setup correctly, unless the application that it should run needs it.51 Yeah. I have something I tried to install using one of those scripts and it didn't work, I'm planning at poking at it more later, when I have time. Also, I can't really nuke it an start again, since I'm only able to access it via ssh.