Skip to content

Geo-Web-Project/ceramic-nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

Terraform Setup

terraform init

Deploy

  1. See plan
terraform plan \
  -var "do_token=${DO_PAT}" \
  -var "pvt_key=$HOME/.ssh/terraform"
  1. Apply plan
terraform apply \
  -var "do_token=${DO_PAT}" \
  -var "pvt_key=$HOME/.ssh/terraform"

Install Ceramic

git clone https://github.com/ceramicnetwork/js-ceramic.git
npm run bootstrap
npm run build

NixOS

The ipfs-preload is a NixOS image. Nix configurations live in ./nix and can be updated manually over SSH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages