All Projects → MISP → misp-vagrant

MISP / misp-vagrant

Licence: BSD-2-Clause license
Deploy MISP Project software with Vagrant.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to misp-vagrant

stoqs
Geospatial database visualization software for oceanographic measurement data
Stars: ✭ 31 (-16.22%)
Mutual labels:  vagrant, virtual-machine
Vermin
The smart virtual machines manager. A modern CLI for Vagrant Boxes.
Stars: ✭ 110 (+197.3%)
Mutual labels:  vagrant, virtual-machine
Malboxes
Builds malware analysis Windows VMs so that you don't have to.
Stars: ✭ 900 (+2332.43%)
Mutual labels:  vagrant, virtual-machine
Albatross
Albatross: orchestrate and manage MirageOS unikernels with Solo5
Stars: ✭ 85 (+129.73%)
Mutual labels:  deployment, virtual-machine
Vagrant Openstack Provider
Use Vagrant to manage OpenStack Cloud instances.
Stars: ✭ 229 (+518.92%)
Mutual labels:  vagrant, virtual-machine
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (+37.84%)
Mutual labels:  vagrant, virtual-machine
Rhcsa8env
This is a RHCSA8 study environment built with Vagrant/Ansible
Stars: ✭ 108 (+191.89%)
Mutual labels:  vagrant, deployment
vagrant-dspace
(No longer actively maintained. Replaced by Docker compose in main codebase.) DSpace + Vagrant. Quickly spin up a virtual machine (via Vagrant) which is "DSpace development ready"
Stars: ✭ 37 (+0%)
Mutual labels:  vagrant, virtual-machine
Box
[DEPRECATED] Official, pre-packaged Vagrant Box
Stars: ✭ 197 (+432.43%)
Mutual labels:  vagrant, virtual-machine
Hands On Devops
A hands-on DevOps course covering the culture, methods and repeated practices of modern software development involving Packer, Vagrant, VirtualBox, Ansible, Kubernetes, K3s, MetalLB, Traefik, Docker-Compose, Docker, Taiga, GitLab, Drone CI, SonarQube, Selenium, InSpec, Alpine 3.10, Ubuntu-bionic, CentOS 7...
Stars: ✭ 196 (+429.73%)
Mutual labels:  vagrant, virtual-machine
Hbc
API of homomorphic binary operations such as binary comparisons or binary divisions using the library HElib
Stars: ✭ 23 (-37.84%)
Mutual labels:  vagrant, virtual-machine
upstream-institute-virtual-environment
A Vagrant-based image creator for OpenStack Upstream Training sessions
Stars: ✭ 18 (-51.35%)
Mutual labels:  vagrant, virtual-machine
Homestead improved
A un upgraded fork of the original Laravel Homestead
Stars: ✭ 144 (+289.19%)
Mutual labels:  vagrant, virtual-machine
hassio-vagrant
Vagrant box running Hass.io / Home Assistant
Stars: ✭ 42 (+13.51%)
Mutual labels:  vagrant, virtual-machine
misp-packer
Build Automated Machine Images for MISP
Stars: ✭ 25 (-32.43%)
Mutual labels:  virtual-machine, misp
cdk-ecr-deployment
A CDK construct to deploy docker image to Amazon ECR
Stars: ✭ 51 (+37.84%)
Mutual labels:  deployment
starter-NodeJS
Recast.AI official starter-kit for NodeJS
Stars: ✭ 22 (-40.54%)
Mutual labels:  deployment
ugo
Script Language for Go
Stars: ✭ 75 (+102.7%)
Mutual labels:  virtual-machine
librephotos-docker
You can find here the Dockerfiles for the automated build process of LibrePhotos.
Stars: ✭ 81 (+118.92%)
Mutual labels:  deployment
vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (-45.95%)
Mutual labels:  virtual-machine

Development environment for MISP

Vagrant is convenient to use in order to setup your development environment.

This VM uses synced folders feature of Vagrant in order to let you work on the MISP source code on your host machine while the softwares (Apache, PHP, MariaDB, etc.) and libraries will be installed on the guest Vagrant machine.

For a deployment of MISP more ready for a production environment you can use our packer script.

Installation of VirtualBox and Vagrant

$ sudo apt-get install virtualbox vagrant

Requirements

  • Be sure to use a recent version of vagrant >= 1.9.1.

Deployment of MISP

MISP will be automatically deployed in an Ubuntu Artful Server.

$ git clone https://github.com/MISP/MISP.git
$ cd MISP/
$ git submodule update --init misp-vagrant
$ cd misp-vagrant/
$ git pull origin master
$ vagrant up

Once the VM will be configured by Vagrant, go to the address http://127.0.0.1:5000.

You can now edit the source code with your favorite editor and test it in your browser. The only thing is to not forget to restart Apache in the VM after a modification.

If you do not want a development environment (and consequently disable synced folders):

$ git clone https://github.com/MISP/misp-vagrant.git
$ cd misp-vagrant/
$ export MISP_ENV='demo'
$ vagrant up

Modules activated by default in the VM:

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].