Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelibs/devenv
Development Environments
https://github.com/codelibs/devenv
vagrant
Last synced: 26 days ago
JSON representation
Development Environments
- Host: GitHub
- URL: https://github.com/codelibs/devenv
- Owner: codelibs
- Created: 2013-09-18T13:18:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T06:05:02.000Z (over 4 years ago)
- Last Synced: 2024-04-16T18:17:24.812Z (8 months ago)
- Topics: vagrant
- Language: Ruby
- Size: 537 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 upYou can check log files in data/elasticsearch/logs directory.
## Development for Fess
Executes:
$ cd fess
$ vagrant upYou can check log files in data/fess/logs directory.