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
- Host: GitHub
- URL: https://github.com/platformlab/rctools
- Owner: PlatformLab
- Created: 2015-11-12T08:08:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T19:02:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-09T22:49:35.396Z (11 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 15
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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```