Skip to content

jerryarmstrong/some_rst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.github/README.md

Last edited: 2019-08-30 02:37:23

Contents:

# Datacenter Node Home Directory Skeleton

This repository contains a base directory structure and associated shell scripts for the solana user on Solana's devnet/testnet-bound infrastructure. What lives here should be kept to a minimum. Instead prefer client-side logic in the scripts in the [net directory](https://github.com/solana-labs/solana/tree/master/net) of the solana repository.

## Usage If the solana user's home directory is empty ` $ git clone https://github.com/solana-labs/dc-homedir-skeleton.git . ` Otherwise it's a little more involved ` $ git init $ git remote add origin https://github.com/solana-labs/dc-homedir-skeleton.git $ git fetch $ git reset --hard origin/master # XXX: Any changes to tracked files will be lost! $ git clean -xdff # XXX: Any untracked files will be removed! `

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.rst
Unknown
Licence.rst

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published