How to install moovweb/gvm. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
moovweb/gvm Installation Guide
How to install moovweb/gvm. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for moovweb/gvm. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i moovweb/gvmor
Install via npx
npx @hexmos/ipm i moovweb/gvmPrerequisites
Bison
package_managerVersion: 3.8.2
gvm
otherVersion: 0.1.0
Go
package_managerVersion: 1.17.13
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Debian/Ubuntu Package Manager
sudo apt-get install bison
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)Redhat/Centos Package Manager
sudo yum install curl git mercurial make binutils bison gcc build-essentialFreeBSD Package Manager
pkg_add -r bash
pkg_add -r git
pkg_add -r mercurialPost Installation Steps
- Start the server: `gvm use go1.1`
- Run migrations: `go run ./migrate.go`
- Access the UI or API endpoint: `http://localhost:8080/`
