Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codelibs/devenv

Development Environments
https://github.com/codelibs/devenv

vagrant

Last synced: 26 days ago
JSON representation

Development Environments

Awesome Lists containing this project

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.