git clone https://github.com/marvin-ai/marvin-vagrant-dev.git
cd marvin-vagrant-devvagrant up dev
vagrant ssh devWait for provision process and follow interactive configuration script after access the dev box using vagrant ssh command.
The marvin source projects will be on your home folder, to compile and use the marvin toolbox type:
workon python-toolbox-env
make marvin
marvin --helpTo create a new engine type:
workon python-toolbox-env
marvin engine-generaterespond the interactive prompt and wait for the engine environment preparation...
workon <new_engine_name>-env
marvin --helpand have fun :-)
vagrant up hadoop
vagrant ssh hadoopMarvin is a project started at B2W Digital offices and released open source on September 2017.