Before running the deployment script, ensure you have the following:
- Root user privileges (the script must be run as root)
- Git installed on your system
- A valid GitHub access token provided by Synthrop AI ( contact ricneves@synthrop.ai for token requests)
- The GITHUB_TOKEN environment variable configured with your Synthrop AI-provided GitHub token
You can switch to the root user with:
sudo su -You can set the GITHUB_TOKEN environment variable using the following command:
export GITHUB_TOKEN=your_github_token_hereTo download and run the deployment script, use the following command:
curl -fsSL https://raw.githubusercontent.com/synthropai/synthrop-deploy/refs/heads/master/deploy.sh | bashAlternatively:
wget -qO- https://raw.githubusercontent.com/synthropai/synthrop-deploy/refs/heads/master/deploy.sh | bashIf you encounter any issues during deployment, please contact ricneves@synthrop.ai.