mirror of
https://github.com/Expand-sys/DEPLOYCCASH
synced 2026-03-22 09:47:09 +11:00
Update README.md
This commit is contained in:
parent
1826f22a1c
commit
3e78ccbf4e
1 changed files with 4 additions and 0 deletions
|
|
@ -6,9 +6,13 @@ CCash can be deployed to any infrastructure able to run Rocky/Alma Linux 8/9 x86
|
|||
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:
|
||||
|
||||
```git clone https://github.com/Expand-sys/DEPLOYCCASH```
|
||||
|
||||
```cd DEPLOYCCASH```
|
||||
|
||||
```ansible-playbook -i inventory main.ansible.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.
|
||||
To start CCash you can CD into the directory CCash is installed then run ./build/bank {ADMIN ACCOUNT} {SAVE FREQUENCY} true
|
||||
replacing {ADMIN ACCOUNT} with your admin account username and {SAVE FREQUENCY} with the amount of minutes you want to wait for the bank to autosave.
|
||||
|
|
|
|||
Loading…
Reference in a new issue