This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cephlonaccess [2025/06/05 14:33] akraitman |
cephlonaccess [2025/07/03 14:00] (current) akraitman |
||
---|---|---|---|
Line 17: | Line 17: | ||
{{:snipe-it2.png|}} | {{:snipe-it2.png|}} | ||
- | - Clone the cephlon repo locally and git checkout to the wip-cephlon branch [[https://github.ibm.com/ceph/Cephlon/tree/wip-cephlon|Cephlon]]. | + | - Clone the [[https://github.ibm.com/ceph/Cephlon/tree/main|cephlon]] repo to your workstation. |
- | - Run the ./bootstrap script | + | - Run the ''./bootstrap'' script (no sudo) |
- | - Create a .config file or rename the .config.template to .config and place your snipe-it api key in the .config file along with the snipe-it url: | + | - **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. |
<code> | <code> | ||
Line 29: | Line 29: | ||
</code> | </code> | ||
- | And now you can start using cephlon | + | Test that everything is configured correctly by running ''./cephlon.py 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** |