1
Create Workspace Directory
Create a directory for your Oxy workspace on the server:
2
Configure Repository
Depending on your setup, you can either use Git to manage your Oxy files or manually set up your workspace.
- Using Git
- Manual Setup
If you’re using Git to manage your workspace:
- Install Git and configure credentials:
- Set up SSH keys for Git access:
- Add the public key to your GitHub account settings.
- Clone your Oxy repository:
3
Verify Workspace Structure
Ensure your workspace has the necessary structure and files:A typical Oxy workspace should include:
config.yml
- Main configuration file- Agent definitions (
.agent.yml
files) - Workflow definitions (
.workflow.yml
files) - SQL queries (
.sql
files) - Semantic models (
.sem.yml
files)
4
Update systemd Service Configuration
If you’ve already set up Oxy as a systemd service, update the service file to point to your actual workspace path: