# devenv **Repository Path**: mirrors_codelibs/devenv ## Basic Information - **Project Name**: devenv - **Description**: Development Environments - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Development on CodeLibs ======================= ## Prerequisite Install VirtualBox and Vagrant. * https://www.virtualbox.org/ * http://www.vagrantup.com/ ### Install Vagrant-Omnibus Plugin vagrant plugin install vagrant-omnibus ## Development for Elasticsearch Puts your elasticsearch plugins into data/elasticsearch/plugins and then executes: $ cd elasticsearch $ vagrant up You can check log files in data/elasticsearch/logs directory. ## Development for Fess Executes: $ cd fess $ vagrant up You can check log files in data/fess/logs directory.