WIP doc on updating installations

This commit is contained in:
Bryan Ashby 2018-12-03 20:17:27 -07:00
parent 8744226c15
commit 929ec7a4ab
2 changed files with 17 additions and 0 deletions

View File

@ -83,6 +83,7 @@
- Administration - Administration
- [oputil]({{ site.baseurl }}{% link admin/oputil.md %}) - [oputil]({{ site.baseurl }}{% link admin/oputil.md %})
- [Updating]({{ site.baseurl }}{% link admin/updating.md %})
- Troubleshooting - Troubleshooting
- [Monitoring Logs]({{ site.baseurl }}{% link troubleshooting/monitoring-logs.md %}) - [Monitoring Logs]({{ site.baseurl }}{% link troubleshooting/monitoring-logs.md %})

16
docs/admin/updating.md Normal file
View File

@ -0,0 +1,16 @@
---
layout: page
title: Updating
---
## Updating your Installation
Updating ENiGMA½ can be a bit of a learning curve compared to other systems. Especially when running off of a development branch (such as `0.0.9-alpha` being the recommended branch as of this writing), you'll want frequent updates.
## Steps
In general the steps are as follows:
1. `cd /path/to/enigma-bbs`
2. `git pull`
3. Merge updates to `config/menu_template.hjson` to your `config/yourbbsname-menu.hjson` file.
4. If there are updates to the `art/themes/luciano_blocktronics/theme.hjson` file and you have a custom theme, you way wan to look at them as well.
Visual diff tools such as [DiffMerge](https://www.sourcegear.com/diffmerge/downloads.php) (free, works on all major platforms) can be very helpful here.