All Projects → marvin-ai → marvin-vagrant-dev

marvin-ai / marvin-vagrant-dev

Licence: Apache-2.0 License
No description or website provided.

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to marvin-vagrant-dev

Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+261.54%)
Mutual labels:  vagrant, development, environment
Drupal Vm
A VM for Drupal development
Stars: ✭ 1,348 (+5084.62%)
Mutual labels:  vagrant, development, environment
Grabs
Front-End Development Environment
Stars: ✭ 89 (+242.31%)
Mutual labels:  development, environment
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (+1719.23%)
Mutual labels:  vagrant, development
Vagrant Lamp
My default LAMP development stack for Vagrant
Stars: ✭ 765 (+2842.31%)
Mutual labels:  vagrant, development
Lando
A development tool for all your projects that is fast, easy, powerful and liberating
Stars: ✭ 3,142 (+11984.62%)
Mutual labels:  development, environment
Loft
Namespace & Virtual Cluster Manager for Kubernetes - Lightweight Virtual Clusters, Self-Service Provisioning for Engineers and 70% Cost Savings with Sleep Mode
Stars: ✭ 239 (+819.23%)
Mutual labels:  development, environment
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (+273.08%)
Mutual labels:  vagrant, development
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (+11.54%)
Mutual labels:  development, environment
opnsense-starterkit
Try opnsense, build opnsense images or start development
Stars: ✭ 18 (-30.77%)
Mutual labels:  vagrant, development
vagrant-xfce4-ubuntu
Vagrant-based development environment using Ubuntu and the Xfce Desktop Environment
Stars: ✭ 17 (-34.62%)
Mutual labels:  vagrant, development
awesome-scripts
Set of scripts that can do awesome stuff for developers
Stars: ✭ 16 (-38.46%)
Mutual labels:  development, environment
dotfiles
My personal app/env configs and dotfiles.
Stars: ✭ 27 (+3.85%)
Mutual labels:  development, environment
vgm
Vagrant Manager – command-line tool to simplify management of vagrant boxes
Stars: ✭ 16 (-38.46%)
Mutual labels:  vagrant
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (+34.62%)
Mutual labels:  vagrant
AEM-UP
🚀 AEM Author, Dispatcher and Publisher in one VM managed via Vagrant and provisioned via Ansible
Stars: ✭ 18 (-30.77%)
Mutual labels:  vagrant
community-content
Quer contribuir para a comunidade por meio dos canais da BrazilJS e ainda ganhar benefícios legais?
Stars: ✭ 16 (-38.46%)
Mutual labels:  development
BlueSense
🌈 BlueSense is a long-term project for monitoring Shanghai environment data.
Stars: ✭ 26 (+0%)
Mutual labels:  environment
knowledge-base-content
Open-source knowledge base covering topics about developer experience.
Stars: ✭ 73 (+180.77%)
Mutual labels:  development
create-adapter
Command line utility to create customized ioBroker adapters
Stars: ✭ 39 (+50%)
Mutual labels:  development

Marvin Vagrant Development Box

Bootstrap

install requirements

clone repo and start provision

git clone https://github.com/marvin-ai/marvin-vagrant-dev.git
cd marvin-vagrant-dev

to prepare dev (engine creation) box

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

create a new marvin engine

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 :-)

prepare hadoop (hadoop ecosystem) box

vagrant up hadoop
vagrant ssh hadoop

Marvin is a project started at B2W Digital offices and released open source on September 2017.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].