This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cephlonaccess [2025/07/03 14:00] akraitman |
cephlonaccess [2025/11/16 14:55] (current) akraitman [Cephlon] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cephlon ====== | ====== Cephlon ====== | ||
| - | **__This tool can only be used in the downstream tucson lab__** | + | **__For now this tool can only be used in the downstream tucson lab__** (We are working in making it available in the upstream lab) |
| Line 18: | Line 18: | ||
| - Clone the [[https://github.ibm.com/ceph/Cephlon/tree/main|cephlon]] repo to your workstation. | - Clone the [[https://github.ibm.com/ceph/Cephlon/tree/main|cephlon]] repo to your workstation. | ||
| - | - Run the ''./bootstrap'' script (no sudo) | + | - '' cd cephlon'' |
| - | - **In the root directory of your Cephlon clone, **create a ''.config'' file or ''cp configs/.config.template .config'' and replace ''<your snipe-it api token>'' with your API token. | + | - '' docker build -t cephlon .'' |
| + | - In the same directory, create a ''.config'' file or ''cp configs/.config.template .config'' and replace ''<your snipe-it api token>'' with your API token. | ||
| <code> | <code> | ||
| Line 29: | Line 30: | ||
| </code> | </code> | ||
| - | Test that everything is configured correctly by running ''./cephlon.py status'' | + | Test that everything is configured correctly by running ''./cephlon status'' |
| **For more information on how to use cephlon you can checkout the readme file in the cephlon repo** | **For more information on how to use cephlon you can checkout the readme file in the cephlon repo** | ||