git clone https://github.com/marvin-ai/marvin-vagrant-dev.git
cd marvin-vagrant-dev
vagrant up dev
vagrant ssh dev
Wait 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 --help
To create a new engine type:
workon python-toolbox-env
marvin engine-generate
respond the interactive prompt and wait for the engine environment preparation...
workon <new_engine_name>-env
marvin --help
and have fun :-)
vagrant up hadoop
vagrant ssh hadoop
Marvin is a project started at B2W Digital offices and released open source on September 2017.