forked from GNUsocial/gnu-social
Diogo Peralta Cordeiro
cc9f2d6ff2
The User one is intended to illustrate the various common use cases, possibilities regarding customization and introduce the existing functionalities. The Administrator one explains the step by step of how to install and maintain a GNU social instance, be it as node of The Free Network or as an intranet social network in a company setting. The Developer one starts by introducing the Modules system and architecture, then the plugin development process and finally the exciting internals of GNU social for those looking forward to make the most advanced contributions.
299 B
299 B
Backups
There is no built-in system for doing backups in GNU social. You can make backups of a working StatusNet system by backing up the database and the Web directory. To backup the database use mysqldump https://mariadb.com/kb/en/mariadb/mysqldump/ and to backup the Web directory, try tar.