ckeditor / ckeditor4-sdk

A set of software development tools for CKEditor 4 along with samples.
Other
18 stars 21 forks source link

Conculde Vagrant VM #175

Open mlewand opened 8 years ago

mlewand commented 8 years ago

Currently we have some configuration, and a short instruction on how to create a build. VM image has not been published, and is nowhere to be found.

It will fix #167.

AnnaTomanek commented 8 years ago

Additionally, the VM needs to be top-notch, up-to-date, and must not require you to perform updates, checks and what-not in order to work...

f1ames commented 8 years ago

Few things I noticed:

config.vm.provision "shell", inline: <<-SHELL
    sudo apt-get install -y software-properties-common python-software-properties
    echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
    sudo add-apt-repository ppa:webupd8team/java -y
    sudo apt-get update
    sudo apt-get install oracle-java8-installer
    echo "Setting environment variables for Java 8.."
    sudo apt-get install -y oracle-java8-set-default
SHELL

So as @AnnaTomanek mentioned we should probably upgrade and simplify build process using Vagrant.