SuperTux88's Diaspora Saltstack Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

7 роки тому
7 роки тому
1234567891011121314151617181920212223242526272829
  1. # diaspora-formula
  2. A saltstack formula to install and configure the distributed social network, [diaspora*](https://diasporafoundation.org/).
  3. > Note: See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html).
  4. >
  5. > This formula only manages diaspora. You are responsible for installing/configuring PostgreSQL or MariaDB as appropriate.
  6. ## Available states
  7. ### `diaspora`
  8. Install, configure and run diaspora as a service.
  9. ### `diaspora.install`
  10. Installs diaspora from github.
  11. (Includes `diaspora.config`)
  12. ### `diaspora.config`
  13. Configures diaspora.
  14. ### `diaspora.service`
  15. Creates a service for diaspora and runs it.
  16. (Includes `diaspora.install` and `diaspora.config`)