SuperTux88's Diaspora Saltstack Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 766B

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`)