Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

g0v/summit2024-ccip-config

Repository files navigation

g0v Summit 2024 CCIP server config

How to

Preinstall on local

  • Make sure to install make, rsync

Preinstall on the CCIP server

  • Make sure to install make, rsync, caddy-server

Initial setup on local

  • Duplicate the .env.sample file as .env file.
  • Change the RSYNC_TARGET in the .env to the server IP, host name, or alias name that available for rsync or ssh CLI.

Change data, files or configs.

For CCIP configs

  • Execute on the local:
    make sync
  • Shell login to the server
  • cd to the directory
    cd /opass/CCIP-Server
  • Execute the command:
    make go

For Caddyfile

  • Execute on the local:
    make sync
  • Shell login to the server
  • cd to the directory
    cd /opass/CCIP-Server/app
  • Execute the command:
    make caddy

Architecture

Server

User management

  • New user added via GCP VM settings with ssh key generated via the following command:
    ssh-keygen -t rsa -f user_name -C user_name -b 2048
  • New user should be added to opass group via the following command on the server:
    usermod -a -G opass user_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published