Jonathan Hanson
Jonathan Hanson
I think this must just be something no one's gotten around to yet. Do you have any guidance on how big an effort it would be to implement this? Are...
When you compare the commit history of the [firmware](https://github.com/prusa3d/Prusa-Firmware) or [Slic3r](https://github.com/prusa3d/Slic3r) repositories to the commit history of this repo, it quickly stands out that this repository is lacking a release...
I've added changes to the makefile recently that aren't in the manual instructions - Composer install - Memcahed install - Build procedure changes to php, nginx, and mysql Review the...
The current build for mysql needs to be hand edited for security and configuration. Look at http://www.linuxfromscratch.org/blfs/view/svn/server/mysql.html to see what they're recommending. When building mysql, the last thing it says...
It shouldn't be necessary to recompile everything from source every time you do a vagrant destroy and vagrant up cycle. This will require writing scripts to automate compiling mysql, php,...
It would be nice if it were possible to import this project into other projects (say, via composer or git submodules) in order to spin up a VM for each...