Skip to content

crosscompute/landing-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Pages

Installation

Become root and make an SSH key.

sudo -s
ssh-keygen -t ed25519 -C "crosscompute-pages-$(date +%Y%m%d-%H%M%S)"

Add the SSH key as a deploy key to this repository.

Set up the deploy key ssh configuration.

vim ~/.ssh/config
    Host gh-pages
    Hostname github.com
    IdentityFile ~/.ssh/crosscompute-pages
    IdentitiesOnly yes

Clone the repository using the deploy key.

git clone git@gh-pages:crosscompute/crosscompute-pages

Set up packages and services.

sudo -s
bash scripts/setup-services.sh

Test the deploy key.

sudo -s
bash scripts/build.sh
systemctl restart crosscompute-pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published