Syncing current state.
This commit is contained in:
@@ -20,9 +20,16 @@ ansible-playbook -i your-inventory.yml playbooks/sshkey.yml
|
||||
ansible-playbook -i your-inventory.yml playbooks/deploy.yml
|
||||
```
|
||||
|
||||
For convenience, we recommend adding the following alias to your .bashrc or .bashrc.local.
|
||||
```
|
||||
alias deploy="cd ~/src/Ubiqtorate; ansible-playbook -i examples/msn0.yml playbooks/deploy.yml; cd -"
|
||||
```
|
||||
|
||||
Happy hacking!
|
||||
|
||||
|
||||
# Exceptions
|
||||
|
||||
Some services, such as AniNIX/Sharingan and AniNIX/Geth, store their configuration in internal datastructures and databases such that we cannot easily export our build for others to use. We will document what we have done for each of these as best we can in the README.md files for others to replicate. Backups of these services into AniNIX/Aether are therefore dumps of these databases and not available to share.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user