Getting Started
Welcome to Veridock Server! This section will help you get up and running quickly.
What is Veridock Server?
Veridock Server is a lightweight, extensible server that provides a runtime environment for executing commands and managing services. It features:
- gRPC and HTTP/JSON APIs
- Service management system
- Runtime environment for executing commands
- Web-based interface for monitoring and control
Quick Start
- Install Veridock Server
- Configure your environment
- Start using Veridock
System Requirements
- Python 3.8+
- Caddy web server (installed automatically)
- gRPC and Protocol Buffers (installed automatically)
Installation Methods
- Using pip (recommended):
- From source:
git clone https://github.com/veridock/server.git
cd server
make install
Next Steps