Skip to content

Tags: duydo/evm

Tags

v1.0.0

Toggle v1.0.0's commit message
- Improved performace

- Refactored
- Fixed verify checksum
- Made evm more stable stable

v0.1.8

Toggle v0.1.8's commit message
Release v0.1.8

v0.1.7

Toggle v0.1.7's commit message
Release v0.1.7, merge PR from @CalvinWalzel to fix the stop command

v0.1.6

Toggle v0.1.6's commit message
Support installing Elasticsearch pre-release versions

v0.1.5_3

Toggle v0.1.5_3's commit message
v0.1.5_3: fix stop issue #4

v0.1.5_2

Toggle v0.1.5_2's commit message
Fix create PID file while starting ES

v0.1.5_1

Toggle v0.1.5_1's commit message
Check if downloaded file exits before installing

v0.1.5

Toggle v0.1.5's commit message
1) Verify checksum of downloaded file.

2) Added commands:
  - status: Print running status of current Elasticsearch verion
  - stop: Stop Elasticsearch if running
3) `start` command now starts Elasticsearch in the background
4) Replace `wget` with `curl`
5) Bugs fixed & refactoring

v0.1.4

Toggle v0.1.4's commit message
1) Add `evm which <version> command`

2) Parse options with getops function
3) Validate arguments
4) Bugs fixed & improvement