Save Tinyboard docs (2012-10-16) from web.archive.org

This commit is contained in:
Amsemy Teladi
2019-04-18 16:15:46 +07:00
committed by Fredrick Brennan
parent 997326af59
commit a99c45de22
37 changed files with 690 additions and 0 deletions

20
docs/upgrading.md Normal file
View File

@@ -0,0 +1,20 @@
Upgrading Tinyboard
===================
Upgrading Tinyboard is easy, whether it be to a new release or a development version.
Git
---
If you use git, follow these instructions.
* `cd` to the correct directory and run `git pull`.
* Navigate to [`install.php`](../install.php).
Non-Git
-------
* Download and extract the latest version of Tinyboard.
* Upload and replace all files in the archive to your server, **except** [`inc/instance-config.php`](../inc/instance-config.php).
* Navigate to [`install.php`](../install.php).
See also
--------
* [Using Git](git.md)