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 683B

12345678910111213141516171819202122232425
  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. ### `diaspora.config`
  12. Configures diaspora.
  13. ### `diaspora.service`
  14. Creates a service for diaspora and runs it.