Ops
Search…
Introduction
Getting Started
Basic Usage
Configuration
Examples
Images
Instances
Volumes
Networking
Packages
Klibs
Hardware Acceleration
Google Cloud Integration
Azure
AWS
OpenStack
Digital Ocean
Vultr
VSphere
WorkStation
ProxMox
Hyper-V
Bhyve
Firecracker
UpCloud
Virtual Box
OCI
Visual Studio Code Extension
Terraform
Kubernetes
Bare Metal
Integrations
Debugging
CrossBuilding
Deploy
FAQ
Developer
Getting Started
Install from Source
Powered By
GitBook
Install from Source
To install Ops, you will first need to
install prerequisites
.
Install from Source
Getting the Source Code
To get the source code, clone it from the official github repo, which can be found
here
​
$
git
clone
[email protected]
:nanovms/ops.git
$GOPATH
/src/github.com/nanovms/ops
Once you've clone the repo,
cd
into the
ops
directory.
$
cd
$GOPATH
/src/github.com/nanovms/ops
Installing dependencies
Use the
make
command to install the various dependencies of Ops.
$
make
deps
Build the Executable
To compile the source code into an executable, use the
make
command.
$
make
build
Developer - Previous
Getting Started
Last modified
3yr ago
Copy link
Outline
Install from Source
Getting the Source Code
Installing dependencies
Build the Executable