An open API service indexing awesome lists of open source software.

https://github.com/platformlab/rctools

Internal cluster management tools for the Stanford RAMCloud development cluster
https://github.com/platformlab/rctools

Last synced: 7 months ago
JSON representation

Internal cluster management tools for the Stanford RAMCloud development cluster

Awesome Lists containing this project

README

          

# rctools
This repo contains internal cluster management tools used in the Stanford RAMCloud development cluster.

## Installation
1. Run as root (probably)
2. Clone this repo to somewhere sane like ```/usr/local/rctools```.
3. Run the ```install.sh``` script in the top-level ```rctools``` directory providing the desired target bin directory:
```rctools/install.sh /usr/local/bin```

## Dependencies
- rcres requires the python ```fasteners``` package which can be installed using ```pip```