didimitrie / future.speckle

Beta.Speckle is an online parametric model viewer. It enables sharing with your clients/stakeholders/community flexible designs, not just static artefacts.
http://beta.speckle.xyz
MIT License
23 stars 5 forks source link

Viewer builder #48

Closed alexykot closed 5 years ago

alexykot commented 8 years ago

Spkw subpackage automated docker based ES6 builder.

didimitrie commented 8 years ago

trying to get my head around this; will we need to docker if i go ahead and merge this?

asking as I am trying to keep the build as simple as possible, and docker might be a tall order for some (including myself 👍 )

alexykot commented 8 years ago

Yes, this assumes Docker as an external dependency. Docker and bash are the two external dependencies needed for this builder. You don't need to actually work with Docker to get builder running, all will be done by the init.sh script. Just install it and run sudo ./init.sh.