mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-03 06:22:32 -05:00
Merge branch 'master' into new-schema
This commit is contained in:
@@ -48,7 +48,7 @@ $ sudo apt-get install \
|
||||
tzdata
|
||||
```
|
||||
|
||||
Next, you need Rust 1.40+ and Cargo. The easiest way to install them is by
|
||||
Next, you need Rust 1.42+ and Cargo. The easiest way to install them is by
|
||||
following the instructions at [rustup.rs](https://www.rustup.rs/).
|
||||
|
||||
Finally, building the UI requires [yarn](https://yarnpkg.com/en/).
|
||||
|
||||
@@ -85,13 +85,13 @@ RequiresMountsFor=/media/nvr
|
||||
|
||||
## Completing configuration through the UI
|
||||
|
||||
Once setup is complete, it is time to add sample file directory and camera
|
||||
configurations to the database.
|
||||
|
||||
You can configure the system's database through a text-based user interface:
|
||||
Once your system is set up, it's time to initialize an empty database,
|
||||
and add the cameras and sample directories to moonfire. You can do this
|
||||
by using the `moonfire-nvr` binary's text-based configuration tool.
|
||||
|
||||
```
|
||||
$ sudo -u moonfire-nvr moonfire-nvr config 2>debug-log
|
||||
$ sudo -u moonfire-nvr moonfire-nvr init # Initialize empty db
|
||||
$ sudo -u moonfire-nvr moonfire-nvr config 2>debug-log # Configure cameras and storage
|
||||
```
|
||||
|
||||
In the user interface,
|
||||
|
||||
Reference in New Issue
Block a user