mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated FAQs (markdown)
parent
3c6c0afcd1
commit
ae28c70f2c
8
FAQs.md
8
FAQs.md
@ -44,15 +44,15 @@ You are free to SSH in to restore those files to their rightful position. Howeve
|
||||
Login credentials are stored in `/etc/raspap/raspap.auth`. The password is encrypted and cannot be edited manually. However, deleting this file with `sudo rm /etc/raspap/raspap.auth` will restore the default admin password.
|
||||
|
||||
## <a name="upgrade"></a>What are the steps to upgrade RaspAP?
|
||||
Upgrading your existing install without changing your configuration is very straightforward. To upgrade to the [latest release](https://github.com/billz/raspap-webgui/releases/latest) version, simply run the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) with the `--upgrade` option:
|
||||
Upgrading an existing install without changing your configuration is very straightforward. To upgrade to the [latest release](https://github.com/billz/raspap-webgui/releases/latest) version, simply run the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) with the `--upgrade` option:
|
||||
|
||||
```
|
||||
curl -sL https://install.raspap.com | bash -s -- --upgrade
|
||||
```
|
||||
|
||||
The installer upgrade is _idempotent_, meaning it can be repeated an arbitrary number of times and the result will be as if it had been done only once. For example, previously installed packages will be skipped if their state is unchanged.
|
||||
The installer upgrade is _idempotent_, meaning it can be repeated an arbitrary number of times and the result will be as if it had been done only once. If you choose this method, you're done! Confirm the upgrade by checking the release version on the **About** page.
|
||||
|
||||
Alternatively, you can install a specific version by referencing a tag:
|
||||
If you want to install a specific version you can do so by referencing a tag:
|
||||
|
||||
```
|
||||
sudo git fetch --tags
|
||||
@ -61,7 +61,7 @@ sudo git checkout 2.4
|
||||
|
||||
A tag is a pointer that isn't connected to the main development tree that git knows about. As a result, git will reply that you're in a 'detached HEAD' state. This isn't a big deal, it just means that you have a specific version of the code that isn't connected to the git tree.
|
||||
|
||||
If you want the latest _bleeding edge_ commits from the master branch, use the following:
|
||||
Alternatively, if you want the latest _bleeding edge_ commits from the master branch, use the following:
|
||||
|
||||
```
|
||||
sudo git checkout master
|
||||
|
Loading…
x
Reference in New Issue
Block a user