Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

277 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossCompute Homepage

Installation

Become root and make an SSH key.

sudo -s
ssh-keygen -t ed25519 -C "crosscompute-homepage-$(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-homepage
    Hostname github.com
    IdentityFile ~/.ssh/crosscompute-homepage
    IdentitiesOnly yes

Clone the repository using the deploy key.

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

Set up packages and services.

sudo -s
bash scripts/setup-packages.sh
bash scripts/setup-services.sh

Test the deploy key.

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

Development

python scripts/serve.py datasets/configuration.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages