jmitchell / vagrant-bootstrap

0 stars 0 forks source link

Create platform-independent installer entrypoint script #12

Open jmitchell opened 10 years ago

jmitchell commented 10 years ago

Eventually installers will be created for Windows (see #5), OS X (see #6), and Linux (see #7). To keep those installers as simple as possible, any platform-agnostic installation code should be implemented in a common tool.

Upon completion of this task, installing Vagrant, VirtualBox, and any of their dependencies on any supported OS should be as simple as running a program from the command line.

Keep in mind it must be easy to uninstall anything that gets installed (see #11). Additionally, it should be easy to sanity test the installation on any supported OS (see #8).

jmitchell commented 10 years ago

In #14 I've documented scripts which install everything on an Ubuntu 14.04 host. Now they need to be made more portable.