Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NuSkooler/enigma-bbs
Browse files Browse the repository at this point in the history
  • Loading branch information
NuSkooler committed Jan 15, 2024
2 parents 11f16fb + e29ea7f commit f638ea8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/admin/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/admin/oputil.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command> --help` for additional help on a particular command. The following sections will describe them.

Expand Down
6 changes: 3 additions & 3 deletions docs/_docs/installation/hardware/rpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
3 changes: 2 additions & 1 deletion docs/_docs/modding/wfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand All @@ -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. |
Expand Down

0 comments on commit f638ea8

Please sign in to comment.