diff --git a/docs/_docs/admin/administration.md b/docs/_docs/admin/administration.md index 4417731b9..8988aea4b 100644 --- a/docs/_docs/admin/administration.md +++ b/docs/_docs/admin/administration.md @@ -15,9 +15,9 @@ Monitor your system via the [Waiting For Caller (WFC)](../modding/wfc.md) screen User management is currently handled via the [oputil CLI](oputil.md). ## Backing Up Your System -It is *highly* recommended to perform **regular backups** of your system. Nothing is worse than spending a lot of time setting up a system only to have to go away unexpectedly! +It is *highly* recommended to perform **regular backups** of your system. Nothing is worse than spending a lot of time setting up a system only to have it go away unexpectedly! -In general, simply creating a copy/archive of your system is enough for the default configuration. If you have changed default paths to point outside of your main ENiGMA½ installation take special care to ensure these are preserved as well. Database files may be in a state of flux when simply copying files. See [Database Backups](#database-backups) below for details on consistent backups. +In general, simply creating a copy/archive of your system is enough for the default configuration. If you have changed default paths to point outside of your main ENiGMA½ installation, take special care to ensure these are preserved as well. Database files may be in a state of flux when simply copying files. See [Database Backups](#database-backups) below for details on consistent backups. ### Database Backups [SQLite's CLI backup command](https://sqlite.org/cli.html#special_commands_to_sqlite3_dot_commands_) can be used for creating database backup files. This can be performed as an additional step to a full backup to ensure the database is backed up in a consistent state (whereas simply copying the files does not make any guarantees). diff --git a/docs/_docs/admin/oputil.md b/docs/_docs/admin/oputil.md index f1463cc93..a78210d7f 100644 --- a/docs/_docs/admin/oputil.md +++ b/docs/_docs/admin/oputil.md @@ -34,7 +34,7 @@ Commands break up operations by groups: Global arguments apply to most commands and actions: * `--config`: Specify configuration directory if it is not the default of `./config/`. -* `--no-prompt`: Assume defaults and do not prompt when posisible. +* `--no-prompt`: Assume defaults and do not prompt when possible. Type `./oputil.js --help` for additional help on a particular command. The following sections will describe them. diff --git a/docs/_docs/installation/hardware/rpi.md b/docs/_docs/installation/hardware/rpi.md index 17fd6b5de..2dd591cd0 100644 --- a/docs/_docs/installation/hardware/rpi.md +++ b/docs/_docs/installation/hardware/rpi.md @@ -18,10 +18,10 @@ to get it written to an SD card. 2. Enable SSH (option 5, option P2) 3. Expand the filesystem to use the entire SD card (option 7, option A1) -3. Update & upgrade all packages: `apt-get update && apt-get upgrade` +3. Update & upgrade all packages: `sudo apt-get update && sudo apt-get upgrade` -4. Install required packages: `sudo apt install lrzsz p7zip-full` +4. Install required packages: `sudo apt install git lrzsz p7zip-full` -5. Follow the [installation instructions](../installation/) to install ENiGMA½. +5. Follow the [installation instructions](../install-script.html) to install ENiGMA½. 6. Profit! diff --git a/docs/_docs/modding/wfc.md b/docs/_docs/modding/wfc.md index b017caab0..11638d275 100644 --- a/docs/_docs/modding/wfc.md +++ b/docs/_docs/modding/wfc.md @@ -22,7 +22,7 @@ The system allows any user with the proper security to access the WFC / system o Adding your user to the `wfc` group: ```bash -# Repalce USERNAME with your leet +op username +# Replace USERNAME with your leet +op username ./oputil.js user group USERNAME "+wfc" ``` @@ -43,6 +43,7 @@ mainMenuWaitingForCaller: { ## Configuration ### Config Block The WFC `config` block allows for the following keys: + | Key | Required | Description | |-----|----------|-------------| | `acs` | :+1: | See [Security](#security) above. |