mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
fixed missing thingy
This commit is contained in:
parent
b74510a113
commit
8dcfbbc2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Additionally CCash can be deployed to any infrastructure able to run Rocky/Alma
|
||||||
As CCash is intended to be run as root, the playbook is run also as root. The playbook also builds CCash from the latest github push, so there may be bugs.
|
As CCash is intended to be run as root, the playbook is run also as root. The playbook also builds CCash from the latest github push, so there may be bugs.
|
||||||
|
|
||||||
In order to use the ansible playbook, clone the playbook to any pc with the ability to access the server through SSH and with Ansible installed, edit the inventory file to contain the IP address of the target server and run the following commands:
|
In order to use the ansible playbook, clone the playbook to any pc with the ability to access the server through SSH and with Ansible installed, edit the inventory file to contain the IP address of the target server and run the following commands:
|
||||||
```ansible-galaxy install -r deployment/requirements.yml
|
```ansible-galaxy install -r deployment/requirements.yml```
|
||||||
```ansible-playbook -i deployment/inventory deployment/main.yml -k```
|
```ansible-playbook -i deployment/inventory deployment/main.yml -k```
|
||||||
When this is complete the server will have ccash installed to the user dir, this is customizable in the vars/default.yml file along with the admin username and save frequency.
|
When this is complete the server will have ccash installed to the user dir, this is customizable in the vars/default.yml file along with the admin username and save frequency.
|
||||||
To start CCash run:
|
To start CCash run:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue